Interface: EntityFetchResult<M>
Type Parameters​
• M extends Record
<string
, any
>
Properties​
dataLoading​
dataLoading:
boolean
Defined in​
packages/firecms_core/src/hooks/data/useEntityFetch.tsx:22
dataLoadingError?​
optional
dataLoadingError:Error
Defined in​
packages/firecms_core/src/hooks/data/useEntityFetch.tsx:23
entity?​
optional
entity:Entity
<M
>