nexus-agents - v2.80.0
    Preparing search index...

    Interface DashboardUpdateOptions

    Partial dashboard options for selective updates.

    interface DashboardUpdateOptions {
        includeHealth?: boolean;
        includeAgents?: boolean;
        includeGraph?: boolean;
        includeActivity?: boolean;
        includeBottlenecks?: boolean;
        includeClusters?: boolean;
        includeContributions?: boolean;
    }
    Index

    Properties

    includeHealth?: boolean
    includeAgents?: boolean
    includeGraph?: boolean
    includeActivity?: boolean
    includeBottlenecks?: boolean
    includeClusters?: boolean
    includeContributions?: boolean