<ellipse-data-cricket></ellipse-data-cricket>

HTML custom element


[ The element only currently dispatches a single event (shown below), mainly for clients who wish to forward to an external analytics provider. Refer to 'Analytics' section in 'Getting Started' for details. ]


ellipse-data-cricket-event

Each line in the following table describes the possible different data payloads (inside 'event.detail') sent for the event:

Name Data Description
INIT {type: string} Dispatches information at the initialization of the widget.

type: the type attribute of the widget.
INTERACTION {type: string} Dispatched when the user makes interactions with the widget which are at the top-level of the widget only.

type: the type attribute of the widget.

Examples:

1. Changing selected tab.
2. Opening filter panel.
3. Changing bottom key.