mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-15 18:17:44 +08:00
916 B
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
reference
• reference: DocumentReference<DocumentData>
Defined in
values
• values: EntityValues<S, Key>