Function: useEntityFetch
▸ useEntityFetch<M
>(__namedParameters
): EntityFetchResult
<M
>
This hook is used to fetch an entity. It gives real time updates if the datasource supports it.
Type parameters
Name | Type |
---|---|
M | extends Object |
Parameters
Name | Type |
---|---|
__namedParameters | EntityFetchProps <M > |