Member Junction
    Preparing search index...

    Root configuration for a dashboard. Stored in Dashboard.UIConfigDetails as JSON.

    The layout contains EVERYTHING - both geometry AND panel configurations. Panel data is embedded in each component's componentState within the layout tree.

    interface DashboardConfig {
        layout: ResolvedLayoutConfig | null;
        settings: DashboardSettings;
    }
    Index

    Properties

    Properties

    layout: ResolvedLayoutConfig | null

    Golden Layout configuration - THE SINGLE SOURCE OF TRUTH Contains both layout geometry AND panel configurations (in componentState) Stored as GL's native format for lossless persistence

    Dashboard-level settings (not per-panel)