Skip to main content
Version: 3.0.0-beta

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

Defined in​

packages/firecms_core/src/types/entities.ts:27

Sign up to our newsletter to get the latest news and updates. No spam!