The event to send when the user interacts with "actionable" items in Ultra.
An example click analytics event:
{ analyticsId: 'course.outline.detailsActionButton', eventType: 'click', type: 'event:event' }
Note: Actionable items are elements that a user can interact with such as buttons, text fields, radio buttons, etc.
The id of the item that was interacted with in Ultra.
A Click or Hover event.
Will always be EVENT_OCCURRENCE_TYPE.
Generated using TypeDoc
The event to send when the user interacts with "actionable" items in Ultra.
An example click analytics event:
{ analyticsId: 'course.outline.detailsActionButton', eventType: 'click', type: 'event:event' }
Note: Actionable items are elements that a user can interact with such as buttons, text fields, radio buttons, etc.