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

    Interface DashboardConfig

    interface DashboardConfig {
        containerId: string;
        dataSources: DataSource[];
        showLoading?: boolean;
    }
    Index

    Properties

    containerId: string

    CSS selector for the dashboard container

    dataSources: DataSource[]

    Data sources for the dashboard

    showLoading?: boolean

    Whether to show loading state on init