Skip to main content

VendureEntityEvent

The base class for all entity events used by the EventBus system.

  • For event type 'deleted' the input will most likely be an id: ID
Signature

entity

propertyEntity

type

property'created' | 'updated' | 'deleted'

ctx

input

propertyInput

constructor

method(entity: Entity, type: 'created' | 'updated' | 'deleted', ctx: RequestContext, input?: Input) => VendureEntityEvent
Was this chapter helpful?
Report Issue
Edited Feb 25, 2026ยทEdit this page