WebVisEventΒΆ

Base class for all webvis events. Each runtime event has a unique ID. An event's type property specifies its EventType and determines its structure. For working with webvis events, see EventAPI.

Hierarchy (View Summary)

Properties

id: number

The unique ID of the event.

transactionCode?: string

The transaction code associated with the event.

transactionID?: number

The transaction ID associated with the event.

type?: EventType

The type of the event.