EntityFetchResult
@firecms/core / EntityFetchResult
Interface: EntityFetchResult<M>
Section titled “Interface: EntityFetchResult<M>”Defined in: hooks/data/useEntityFetch.tsx:21
Type Parameters
Section titled “Type Parameters”M extends Record<string, any>
Properties
Section titled “Properties”dataLoading
Section titled “dataLoading”dataLoading:
boolean
Defined in: hooks/data/useEntityFetch.tsx:23
dataLoadingError?
Section titled “dataLoadingError?”
optionaldataLoadingError:Error
Defined in: hooks/data/useEntityFetch.tsx:24
entity?
Section titled “entity?”
optionalentity:Entity<M>
Defined in: hooks/data/useEntityFetch.tsx:22