EntityRecord
Defined in: namespaces-core-plugins.ts:399
Entity record with persisted + computed field overlay.
Indexable
Section titled “Indexable”[
key:string]:AnyJSONValue|undefined
Additional record fields.
Properties
Section titled “Properties”entityType
Section titled “entityType”entityType:
string
Defined in: namespaces-core-plugins.ts:401
Entity type (e.g., “project”, “scheduler.job”).
entityId
Section titled “entityId”entityId:
string
Defined in: namespaces-core-plugins.ts:403
Entity id.
fields?
Section titled “fields?”
optionalfields?:Record<string,AnyJSONValue>
Defined in: namespaces-core-plugins.ts:405
Field values.