Interface: EntityFetchResult<M>
Type parameters​
Name | Type |
---|---|
M | extends Object |
Properties​
dataLoading​
• dataLoading: boolean
Defined in​
lib/src/hooks/data/useEntityFetch.tsx:21
dataLoadingError​
• Optional
dataLoadingError: Error
Defined in​
lib/src/hooks/data/useEntityFetch.tsx:22
entity​
• Optional
entity: Entity
<M
>