Skip to main content
Version: 1.0.0

Interface: CollectionFetchResult<M>

Type parameters​

NameType
Mextends Object

Properties​

data​

• data: Entity<M>[]

Defined in​

hooks/data/useCollectionFetch.tsx:51


dataLoading​

• dataLoading: boolean

Defined in​

hooks/data/useCollectionFetch.tsx:52


dataLoadingError​

• Optional dataLoadingError: Error

Defined in​

hooks/data/useCollectionFetch.tsx:54


noMoreToLoad​

• noMoreToLoad: boolean

Defined in​

hooks/data/useCollectionFetch.tsx:53