API Docs for: 0.0.0
Show:

Event Class

Constructor

Event

(
  • session
  • origin
  • description
)

Parameters:

  • session Object
  • origin String

    ID of the element from which the event occurred.

  • description Object

Properties

description

String

Markdown style string describing the event.

id

String

label

String

occurred

Number

origin

String

Indicated the ID of the element from which this event is considered to have originated.

session

String

The session, if any, from which this event originated.

Only defined for user initiated events. Undefined indicates a system event.

subtype

String

touched

Array | String

Array of Element IDs that this event has touched.

type

String