VersionModel
Represents a snapshot of a ProjectModel at a point in time. Each VersionModel has an associated set of changes that describe the user-initiated modifications to the project that happened since the previous version was captured.
Properties
62
Properties
62Class hierarchy
Editing
JSON
Parent & children
Functions
54
Functions
54Configuration
Editing
Events
Other
Parent & children
Typedefs
1
Typedefs
1Fields
4
Fields
4A serializable object snapshot of the ProjectModel at the point in time when the version was created.
Note that this field is not loaded from the backend by default, due to its size. The Versions feature manages loading the contents of this field on demand.
The format of this data should match that returned by toJSON.
Whether this version was auto-saved.
The name of the version. When an auto-saved version's name is null, the version description
will return a default text description instead.
The timestamp when the version was created.