Skip to main content
Version: 3.0.0-beta

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

Defined in​

packages/firecms_core/src/types/entity_callbacks.ts:223

Sign up to our newsletter to get the latest news and updates. No spam!