Pular para o conteúdo

Entity

Este conteúdo não está disponível em sua língua ainda.

@firecms/core


@firecms/core / Entity

Defined in: types/entities.ts:11

Representation of an entity fetched from the datasource

M extends object = any

optional databaseId: 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: M

Defined in: types/entities.ts:27

Current values