Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SDKEvent

SDK Event names

Index

Enumeration members

SubscriptionChanged

SubscriptionChanged: = "subscriptionChanged"

Triggered when the subscription changed The subscription state is given as detail

UiComponentDrawn

UiComponentDrawn: = "uiComponentDrawn"

Triggered when a component has been drawn

UiComponentReady

UiComponentReady: = "uiComponentReady"

Triggered when a module has been initialized The component code and the component itself is given as detail. The component is not necessarily drawn though.

UiReady

UiReady: = "uiReady"

Triggered when the ui component handler has been initialized and you can start to draw your component.

Generated using TypeDoc