🚨 Announcing Vendure v2 Beta

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

public readonly property
type:
Date

constructor

protected method
type:
() => VendureEvent