DashboardChartBuilder

Methoden

constructor

Definition:

constructor(widget: Y.Map<any>, options?: DashboardChartBuilderOptions<TQueryDSL, TSeedDSL>)

Parameter:

ParameterTypBeschreibung
widgetY.Map-
options? = {}DashboardChartBuilderOptions<TQueryDSL, TSeedDSL>-

getId

Definition:

getId(): string

Rückgabe: string

getBuilder

Definition:

getBuilder(): VBIChartBuilder<TQueryDSL, TSeedDSL> | undefined

Rückgabe: VBIChartBuilder<TQueryDSL, TSeedDSL> \| undefined

setTitle

Definition:

setTitle(title: string): this

Rückgabe: this

Parameter:

ParameterTypBeschreibung
titlestring-

setDescription

Definition:

setDescription(description: string): this

Rückgabe: this

Parameter:

ParameterTypBeschreibung
descriptionstring-

setChartId

Definition:

setChartId(chart: ResourceReference): this

Rückgabe: this

Parameter:

ParameterTypBeschreibung
chartResourceReference-

setLayouts

Definition:

setLayouts(layouts: DashboardWidgetLayouts): this

Rückgabe: this

Parameter:

ParameterTypBeschreibung
layoutsDashboardWidgetLayouts-

getLayouts

Definition:

getLayouts(): DashboardWidgetLayouts

Rückgabe: DashboardWidgetLayouts

toJSON

Definition:

toJSON(): VBIDashboardWidget

Rückgabe: VBIDashboardWidget