API Docs for: 5.4.0-alpha.30+25da49e3
Show:

StableRecordIdentifier Class

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).

Item Index

Properties

Properties

id

String | null public

the primary id for the record this identity belongs to. null if not yet assigned an id.

lid

String public

A string representing a unique identity.

type

String public

the primary resource type or modelName this identity belongs to.