Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventData

The object passed to an event's Interceptors

Hierarchy

  • EventData

Indexable

[key: string]: any

The object passed to an event's Interceptors

Properties

Optional DataObject

DataObject: undefined | DataObject

The DataObject of this event (eg. The TransactionLine in SetFieldValue event in the Order Center)

Optional FieldID

FieldID: undefined | string

The FieldID of this event (eg. The FieldID of the field in a SetFieldValue event)

Optional UIObject

UIObject: undefined | UIObject

The UIObject of this event

Optional UIPage

UIPage: undefined | UIPage

The UIPage of this event

Optional client

client: undefined | IClient

The client of this event

Generated using TypeDoc