Config
Table of Contents

Enum

O.Status

EMPTYThe record has no data loaded.
READYThe record has data loaded and may be used.
DESTROYEDThe record is destroyed.
NON_EXISTENTNo record of this type with this id exists in the source.
LOADINGA request for the record's data is in progress.
COMMITTINGChanges are currently being committed to the source.
NEWThe record is new and has not been committed to the source.
DIRTYChanges have been made to the record which have not yet been committed to the source.
OBSOLETEChanges may have been made to the record in the source which have not yet been fetched. If the record is loading, this means the result of the load may not be the latest.
O.Status = {
 // Core states:
 EMPTY:        1,
 READY:        2,
 DESTROYED:    4,
 NON_EXISTENT: 8,

 // Properties:
 LOADING:     16,
 COMMITTING:  32,
 NEW:         64,
 DIRTY:      128,
 OBSOLETE:   256
};
Animation
Application
Core
DataStore
DOM
DragDrop
Foundation
IO
Localisation
Selection
Parser
TimeZones
Storage
Touch
CollectionViews
UA
ContainerViews
ControlViews
PanelViews
View