- Source:
- See:
The base for a model
Methods
(static) _dispose()
- Source:
Dispose hook meant to be used by prototypes that extend this one that need to provide their own dispose logic.
(static) dispose()
- Source:
Default dispose for model-like objects (Models, Cells, and ServiceCells).
Removes listeners and calls out to _dispose() for child specific dispose logic.
Triggers 2 events - "before-dispose" and "after-dispose".