Skip to main content
Version: 0.17

Interface: InitializedRecord

Hierarchy​

Properties​

attributes​

• Optional attributes: Dict<unknown>

Inherited from​

RecordFields.attributes

Defined in​

packages/@orbit/records/src/record.ts:33


id​

• id: string

Inherited from​

RecordIdentity.id

Defined in​

packages/@orbit/records/src/record.ts:12


keys​

• Optional keys: Dict<string>

Inherited from​

RecordFields.keys

Defined in​

packages/@orbit/records/src/record.ts:32


• Optional links: Dict<Link>

Inherited from​

RecordFields.links

Defined in​

packages/@orbit/records/src/record.ts:35


meta​

• Optional meta: Dict<unknown>

Inherited from​

RecordFields.meta

Defined in​

packages/@orbit/records/src/record.ts:36


relationships​

• Optional relationships: Dict<RecordRelationship>

Inherited from​

RecordFields.relationships

Defined in​

packages/@orbit/records/src/record.ts:34


type​

• type: string

Inherited from​

RecordIdentity.type

Defined in​

packages/@orbit/records/src/record.ts:11