Interface: EntityOnFetchProps<M, USER>
Parameters passed to hooks when an entity is fetched
Type Parameters​
• M extends Record
<string
, any
> = any
Properties​
collection​
collection:
EntityCollection
<M
,USER
>
Collection of the entity
Defined in​
packages/firecms_core/src/types/entity_callbacks.ts:81
context​
context:
FireCMSContext
<USER
>
Context of the app status
Defined in​
packages/firecms_core/src/types/entity_callbacks.ts:97
entity​
entity:
Entity
<M
>
Fetched entity
Defined in​
packages/firecms_core/src/types/entity_callbacks.ts:92
path​
path:
string
Full path of the CMS where this collection is being fetched. Might contain unresolved aliases.