EntityFetchProps
@firecms/core / EntityFetchProps
Interface: EntityFetchProps<M, USER>
Section titled “Interface: EntityFetchProps<M, USER>”Defined in: hooks/data/useEntityFetch.tsx:10
Type Parameters
Section titled “Type Parameters”M extends Record<string, any>
Properties
Section titled “Properties”collection
Section titled “collection”collection:
EntityCollection<M,USER>
Defined in: hooks/data/useEntityFetch.tsx:14
databaseId?
Section titled “databaseId?”
optionaldatabaseId:string
Defined in: hooks/data/useEntityFetch.tsx:13
entityId?
Section titled “entityId?”
optionalentityId:string
Defined in: hooks/data/useEntityFetch.tsx:12
path:
string
Defined in: hooks/data/useEntityFetch.tsx:11
useCache?
Section titled “useCache?”
optionaluseCache:boolean
Defined in: hooks/data/useEntityFetch.tsx:15