Entity
Este conteúdo não está disponível em sua língua ainda.
@firecms/core / Entity
Interface: Entity<M>
Section titled “Interface: Entity<M>”Defined in: types/entities.ts:11
Representation of an entity fetched from the datasource
Type Parameters
Section titled “Type Parameters”M extends object = any
Properties
Section titled “Properties”databaseId?
Section titled “databaseId?”
optionaldatabaseId:string
Defined in: types/entities.ts:29
id:
string
Defined in: types/entities.ts:16
ID of the entity
path:
string
Defined in: types/entities.ts:22
A string representing the path of the referenced document (relative to the root of the database).
values
Section titled “values”values:
M
Defined in: types/entities.ts:27
Current values