Interface: Entity<M>
Representation of an entity fetched from the datasource
Type Parameters​
• M extends object
Properties​
databaseId?​
optional
databaseId:string
Defined in​
packages/firecms_core/src/types/entities.ts:29
id​
id:
string
ID of the entity
Defined in​
packages/firecms_core/src/types/entities.ts:16
path​
path:
string
A string representing the path of the referenced document (relative to the root of the database).
Defined in​
packages/firecms_core/src/types/entities.ts:22
values​
values:
M
Current values