Batch SDK - Web
    Preparing search index...

    Enumeration SDKEvent

    SDK Event names

    Index
    SubscriptionChanged: "subscriptionChanged"

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

    UiComponentDrawn: "uiComponentDrawn"

    Triggered when a component has been drawn

    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"

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