Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    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