- Source:
- See:
An non-persistable object that can listen to and emit events like a models.
Members
(static) isModelCompatible
- Source:
- Default Value:
- false
Properties:
Name | Type | Description |
---|---|---|
isModelCompatible |
boolean |
Whether a cell can pass as a model or not.
If true, the cell will not fail is persisted functions are invoked
If false, the cell will throw exceptions if persisted function are invoked
Methods
(static) fetch()
- Source:
Override and disable the fetch function
(static) save()
- Source:
Override and disable the save function
(static) sync()
- Source:
Override and disable the sync function
(static) url()
- Source:
Override and disable the url