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

    Interface LazyDashboard

    A dashboard that should be loaded lazily when its container enters the viewport.

    interface LazyDashboard {
        containerId: string;
        loader: () => Promise<void>;
    }
    Index

    Properties

    Properties

    containerId: string

    The id attribute of the section/container element to observe.

    loader: () => Promise<void>

    Async function that dynamically imports and initialises the dashboard.