Embedded analytics SDK API
    Preparing search index...

    Type Alias SdkEventHandlersConfig

    type SdkEventHandlersConfig = {
        onDashboardLoad?: SdkDashboardLoadEvent;
        onDashboardLoadWithoutCards?: SdkDashboardLoadEvent;
    }
    Index

    Properties

    onDashboardLoad?: SdkDashboardLoadEvent

    Triggers when a dashboard loads with all visible cards and their content

    onDashboardLoadWithoutCards?: SdkDashboardLoadEvent

    Triggers after a dashboard loads, but without its cards (at this stage only the dashboard title, tabs, and cards grid are rendered, but the contents of the cards have yet to load.