Class DS.Model
The model class that all Ember Data records descend from.
This is the public API of Ember Data models. If you are using Ember Data
in your application, this is the class you should use.
If you are working on Ember Data internals, you most likely want to be dealing
with InternalModel
becameError
Module:
ember-data
Fired when the record enters the error state.
becameInvalid
Module:
ember-data
Fired when the record becomes invalid.
didCreate
Module:
ember-data
Fired when a new record is commited to the server.
didDelete
Module:
ember-data
Fired when the record is deleted.
didLoad
Module:
ember-data
Fired when the record is loaded from the server.
didUpdate
Module:
ember-data
Fired when the record is updated.
ready
Module:
ember-data
Fired when the record is ready to be interacted with, that is either loaded from the server or created locally.
rolledBack
Module:
ember-data
Fired when the record is rolled back.