Member Junction
    Preparing search index...

    Complete panel data stored in Golden Layout's componentState. This is the ONLY place panel configuration lives.

    interface DashboardPanel {
        config: PanelConfig;
        icon?: string;
        id: string;
        partTypeId: string;
        state?: Record<string, unknown>;
        title: string;
    }
    Index

    Properties

    config: PanelConfig

    Type-specific configuration

    icon?: string

    Optional icon class (Font Awesome)

    id: string

    Unique panel identifier

    partTypeId: string

    Reference to DashboardPartType.ID

    state?: Record<string, unknown>

    Persisted panel state (e.g., scroll position, selections)

    title: string

    Display title