Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface MultiPanelDashboard

    Configuration for a multi-panel dashboard section

    interface MultiPanelDashboard {
        title: string;
        summary?: string;
        panels: DashboardPanel[];
        layout?: DashboardPanelLayout;
        aiInsights?: AIInsight[];
    }
    Index

    Properties

    title: string

    Dashboard section title

    summary?: string

    AI-generated executive summary displayed above all panels (omitted when absent)

    panels: DashboardPanel[]

    Individual dashboard panels

    Responsive grid layout variant (default: "grid-2x2")

    aiInsights?: AIInsight[]

    Cross-panel AI insights listed at the bottom