DashboardWorkerUpdate: {
    autoRefresh?: number | null;
    fitToScreen?: boolean;
    name?: string;
}

Type declaration

  • OptionalautoRefresh?: number | null

    Change how frequently the dashboard should automatically refresh, in minutes. Set to null to disable automatic refreshes.

  • OptionalfitToScreen?: boolean

    Change whether the charts will automatically shrink to fit onto a single screen without scrolling.

  • Optionalname?: string

    Change the dashboard name.