EntityRecord
Defined in: namespaces-core-plugins.ts:430
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:432
Entity type (e.g., “project”, “scheduler.job”).
entityId
Section titled “entityId”entityId:
string
Defined in: namespaces-core-plugins.ts:434
Entity id.
fields?
Section titled “fields?”
optionalfields?:Record<string,AnyJSONValue>
Defined in: namespaces-core-plugins.ts:436
Field values.