Member Junction
    Preparing search index...

    Event emitted when dashboard configuration changes

    interface DashboardConfigChangedEvent {
        changeType:
            | "panel-added"
            | "panel-removed"
            | "panel-config"
            | "layout"
            | "settings";
        config: DashboardConfig;
    }
    Index

    Properties

    Properties

    changeType:
        | "panel-added"
        | "panel-removed"
        | "panel-config"
        | "layout"
        | "settings"

    What changed

    Updated configuration