VendureEvent

VendureEvent

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

Signature

class VendureEvent {
  public readonly public readonly createdAt: Date;
  constructor()
}

Members

createdAt

property
type:
Date

constructor

method
type:
() => VendureEvent