Header menu logo FsCDK

DashboardBuilder Type

Constructors

Constructor Description

DashboardBuilder(name)

Full Usage: DashboardBuilder(name)

Parameters:
    name : string

Returns: DashboardBuilder
name : string
Returns: DashboardBuilder

Instance members

Instance member Description

this.Combine

Full Usage: this.Combine

Parameters:
Returns: DashboardConfig
a : DashboardConfig
b : DashboardConfig
Returns: DashboardConfig

constructId id

Full Usage: constructId id

Parameters:
    id : string

Returns: DashboardConfig

Sets the construct ID for the dashboard.

id : string
Returns: DashboardConfig

defaultInterval interval

Full Usage: defaultInterval interval

Parameters:
Returns: DashboardConfig

Sets the default time range interval for metrics.

interval : Duration
Returns: DashboardConfig

this.Delay

Full Usage: this.Delay

Parameters:
Returns: DashboardConfig
Modifiers: inline
f : unit -> DashboardConfig
Returns: DashboardConfig

endTime endTime

Full Usage: endTime endTime

Parameters:
    endTime : string

Returns: DashboardConfig

Sets the end time for the dashboard.

endTime : string
Returns: DashboardConfig

this.For

Full Usage: this.For

Parameters:
Returns: DashboardConfig
Modifiers: inline
config : DashboardConfig
f : unit -> DashboardConfig
Returns: DashboardConfig

periodOverride periodOverride

Full Usage: periodOverride periodOverride

Parameters:
Returns: DashboardConfig

Sets how metrics periods are rendered.

periodOverride : PeriodOverride
Returns: DashboardConfig

this.Run

Full Usage: this.Run

Parameters:
Returns: DashboardSpec
config : DashboardConfig
Returns: DashboardSpec

startTime startTime

Full Usage: startTime startTime

Parameters:
    startTime : string

Returns: DashboardConfig

Sets the start time for the dashboard.

startTime : string
Returns: DashboardConfig

widgets widgets

Full Usage: widgets widgets

Parameters:
Returns: DashboardConfig

Adds a single widget to the dashboard.

widgets : IWidget seq
Returns: DashboardConfig

this.Yield

Full Usage: this.Yield

Parameters:
Returns: DashboardConfig
widget : IWidget
Returns: DashboardConfig

this.Yield

Full Usage: this.Yield

Parameters:
    arg0 : 'a

Returns: DashboardConfig
arg0 : 'a
Returns: DashboardConfig

this.Zero

Full Usage: this.Zero

Returns: DashboardConfig
Returns: DashboardConfig

Type something to start searching.