mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-15 10:07:45 +08:00
814 B
814 B
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| usecollectionfetch | Function: useCollectionFetch | useCollectionFetch | 0 | null |
▸ useCollectionFetch<S, Key>(__namedParameters): CollectionFetchResult<S, Key>
Type parameters
| Name | Type |
|---|---|
S |
S: EntitySchema<Key, any, S> |
Key |
Key: string |
Parameters
| Name | Type |
|---|---|
__namedParameters |
CollectionFetchProps<S, Key> |
Returns
CollectionFetchResult<S, Key>