VendureEntityEvent
The base class for all entity events used by the EventBus system.
- For event type
'deleted'the input will most likely be anid: ID
- Extends:
VendureEvent
entity
property
Entitytype
property
'created' | 'updated' | 'deleted'ctx
property
RequestContextinput
property
Inputconstructor
method
(entity: Entity, type: 'created' | 'updated' | 'deleted', ctx: RequestContext, input?: Input) => VendureEntityEventWas this chapter helpful?