Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface DashboardWidget

    interface DashboardWidget {
        config: Record<string, unknown>;
        metrics: string[];
        refreshIntervalMs: number;
        title: string;
        type:
            | "heatmap"
            | "scoreGauge"
            | "trendLine"
            | "alertFeed"
            | "complianceMatrix"
            | "fleetOverview"
            | "driftDetector";
        widgetId: string;
    }
    Index
    config: Record<string, unknown>
    metrics: string[]
    refreshIntervalMs: number
    title: string
    type:
        | "heatmap"
        | "scoreGauge"
        | "trendLine"
        | "alertFeed"
        | "complianceMatrix"
        | "fleetOverview"
        | "driftDetector"
    widgetId: string