Interface: EntityFetchProps<M>
Type parameters​
Name | Type |
---|---|
M | extends Object |
Properties​
entityId​
• Optional
entityId: string
Defined in​
hooks/data/useEntityFetch.tsx:10
path​
• Optional
path: string
Defined in​
hooks/data/useEntityFetch.tsx:9
schema​
• Optional
schema: EntitySchema
<M
> | EntitySchemaResolver
<M
>
Defined in​
hooks/data/useEntityFetch.tsx:11
useCache​
• Optional
useCache: boolean