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