The {{#crossLink "BaseObject"}}{{/crossLink}} class is an abstract class that provides common properties and functionality for all StructureJS classes.
The Point object represents a location in a two-dimensional coordinate system, where x represents the horizontal axis and y represents the vertical axis.
Base Model is a design pattern used to transfer data between software application subsystems.
Note: If the data doesn't match the property names you can set the value manually after update super method has been called.
Also in the class you inherit BaseModel from you can override the update method to handle the data how you want.