EntityIdUpdateProps
@firecms/core / EntityIdUpdateProps
Interface: EntityIdUpdateProps<M>
Section titled “Interface: EntityIdUpdateProps<M>”Defined in: types/entity_callbacks.ts:203
Parameters passed to hooks when an entity is deleted
Type Parameters
Section titled “Type Parameters”M extends Record<string, any> = any
Properties
Section titled “Properties”collection
Section titled “collection”collection:
ResolvedEntityCollection<M>
Defined in: types/entity_callbacks.ts:208
collection of the entity being deleted
context
Section titled “context”context:
FireCMSContext
Defined in: types/entity_callbacks.ts:228
Context of the app status
entityId?
Section titled “entityId?”
optionalentityId:string
Defined in: types/entity_callbacks.ts:218
Current entity id
path:
string
Defined in: types/entity_callbacks.ts:213
Path of the parent collection
values
Section titled “values”values:
M
Defined in: types/entity_callbacks.ts:223
Entity values