DS.Model#isEmpty

isEmpty{Boolean}

Defined in addon/-private/system/model/model.js:54

If this property is true the record is in the empty state. Empty is the first state all records enter after they have been created. Most records created by the store will quickly transition to the loading state if data needs to be fetched from the server or the created state if the record is created on the client. A record can also enter the empty state if the adapter is unable to locate the record.

doc_EmberJs
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.