Files
firecms/website/docs/api/interfaces/entity.md
2021-06-06 13:36:47 +02:00

916 B

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
entity Interface: Entity<S, Key> Entity 0 null

Representation of an entity fetched from Firestore

Type parameters

Name Type
S S: EntitySchema<Key>
Key Key: string = Extract<keyof S["properties"], string>

Properties

id

id: string

Defined in

models/models.ts:355


reference

reference: DocumentReference<DocumentData>

Defined in

models/models.ts:356


values

values: EntityValues<S, Key>

Defined in

models/models.ts:357