mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-16 02:24:23 +08:00
740 B
740 B
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| collectiontable | Function: CollectionTable | CollectionTable | 0 | null |
▸ CollectionTable<S, Key, AdditionalKey>(__namedParameters): Element
Type parameters
| Name | Type |
|---|---|
S |
S: EntitySchema<Key, any, S> |
Key |
Key: string |
AdditionalKey |
AdditionalKey: string = string |
Parameters
| Name | Type |
|---|---|
__namedParameters |
CollectionTableProps<S, Key, AdditionalKey> |
Returns
Element