mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-15 18:17:44 +08:00
995 B
995 B
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| formcontext | Interface: FormContext<S, Key> | FormContext | 0 | null |
Type parameters
| Name | Type |
|---|---|
S |
S: EntitySchema<Key> |
Key |
Key: string = Extract<keyof S["properties"], string> |
Properties
entityId
• Optional entityId: string
Entity, it can be null if it's a new entity
Defined in
entitySchema
• entitySchema: S
Schema of the entity being modified
Defined in
values
• values: EntityValues<S, Key>
Current values of the entity