useCollectionFetch
@firecms/core / useCollectionFetch
Function: useCollectionFetch()
Section titled “Function: useCollectionFetch()”useCollectionFetch<
M,USER>(path):CollectionFetchResult<M>
Defined in: hooks/data/useCollectionFetch.tsx:63
This hook is used to fetch collections using a given collection
Type Parameters
Section titled “Type Parameters”M extends Record<string, any>
USER extends User