Interface: EntityIdUpdateProps<M, UserType>
Parameters passed to hooks when an entity is deleted
Type parameters​
Name | Type |
---|---|
M | extends Object = any |
UserType | extends User = User |
Properties​
collection​
• collection: ResolvedEntityCollection
<M
>
collection of the entity being deleted
Defined in​
lib/src/models/entity_callbacks.ts:187
context​
• context: FireCMSContext
<User
>
Context of the app status
Defined in​
lib/src/models/entity_callbacks.ts:207
entityId​
• Optional
entityId: string
Current entity id
Defined in​
lib/src/models/entity_callbacks.ts:197
path​
• path: string
Path of the parent collection
Defined in​
lib/src/models/entity_callbacks.ts:192
values​
• values: M
Entity values