CollectionFetchResult
@firecms/core / CollectionFetchResult
Interface: CollectionFetchResult<M>
Section titled “Interface: CollectionFetchResult<M>”Defined in: hooks/data/useCollectionFetch.tsx:46
Type Parameters
Section titled “Type Parameters”M extends Record<string, any>
Properties
Section titled “Properties”data:
Entity<M>[]
Defined in: hooks/data/useCollectionFetch.tsx:47
dataLoading
Section titled “dataLoading”dataLoading:
boolean
Defined in: hooks/data/useCollectionFetch.tsx:48
dataLoadingError?
Section titled “dataLoadingError?”
optionaldataLoadingError:Error
Defined in: hooks/data/useCollectionFetch.tsx:50
noMoreToLoad
Section titled “noMoreToLoad”noMoreToLoad:
boolean
Defined in: hooks/data/useCollectionFetch.tsx:49