Saltearse al contenido

useCollectionFetch

Esta página aún no está disponible en tu idioma.

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