Interface: EntityIdUpdateProps<M>
Parameters passed to hooks when an entity is deleted
Type parameters​
Name | Type |
---|---|
M | extends Record <string , any > = any |
Properties​
collection​
• collection: ResolvedEntityCollection
<M
>
collection of the entity being deleted
Defined in​
lib/src/types/entity_callbacks.ts:188
context​
• context: FireCMSContext
Context of the app status
Defined in​
lib/src/types/entity_callbacks.ts:208
entityId​
• Optional
entityId: string
Current entity id
Defined in​
lib/src/types/entity_callbacks.ts:198
path​
• path: string
Path of the parent collection
Defined in​
lib/src/types/entity_callbacks.ts:193
values​
• values: M
Entity values