Zum Inhalt springen

useCollectionFetch

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

@firecms/core


@firecms/core / 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

M extends Record<string, any>

USER extends User

CollectionFetchProps<M>

CollectionFetchResult<M>