Interface: EntityIdUpdateProps<M>
Parameters passed to hooks when an entity is deleted
Type Parameters​
• M extends Record
<string
, any
> = any
Properties​
collection​
collection:
ResolvedEntityCollection
<M
>
collection of the entity being deleted
Defined in​
packages/firecms_core/src/types/entity_callbacks.ts:208
context​
context:
FireCMSContext
Context of the app status
Defined in​
packages/firecms_core/src/types/entity_callbacks.ts:228
entityId?​
optional
entityId:string
Current entity id
Defined in​
packages/firecms_core/src/types/entity_callbacks.ts:218
path​
path:
string
Path of the parent collection
Defined in​
packages/firecms_core/src/types/entity_callbacks.ts:213
values​
values:
M
Entity values