Pular para o conteúdo

useCollectionFetch

Este conteúdo não está disponível em sua língua ainda.

@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>