Class StableRecordIdentifier
public
Defined in:
../core-types/src/identifier.ts:93
Module:
@ember-data/store
A referentially stable object with a unique string (lid) that can be used as a reference to data in the cache.
Every record instance has a unique identifier, and identifiers may refer to data that has never been loaded (for instance, in an async relationship).
id public
Module:
@ember-data/store
Defined in ../packages/core-types/src/identifier.ts:116
the primary id for the record this identity belongs to. null
if not yet assigned an id.
lid public
Module:
@ember-data/store
Defined in ../packages/core-types/src/identifier.ts:104
A string representing a unique identity.
type public
Module:
@ember-data/store
Defined in ../packages/core-types/src/identifier.ts:110
the primary resource type
or modelName
this identity belongs to.