DashboardChartBuilder

メソッド

constructor

定義:

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

パラメータ:

パラメータ説明
widgetY.Map-
options? = {}DashboardChartBuilderOptions<TQueryDSL, TSeedDSL>-

getId

定義:

getId(): string

戻り値: string

getBuilder

定義:

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

戻り値: VBIChartBuilder<TQueryDSL, TSeedDSL> \| undefined

setTitle

定義:

setTitle(title: string): this

戻り値: this

パラメータ:

パラメータ説明
titlestring-

setDescription

定義:

setDescription(description: string): this

戻り値: this

パラメータ:

パラメータ説明
descriptionstring-

setChartId

定義:

setChartId(chart: ResourceReference): this

戻り値: this

パラメータ:

パラメータ説明
chartResourceReference-

setLayouts

定義:

setLayouts(layouts: DashboardWidgetLayouts): this

戻り値: this

パラメータ:

パラメータ説明
layoutsDashboardWidgetLayouts-

getLayouts

定義:

getLayouts(): DashboardWidgetLayouts

戻り値: DashboardWidgetLayouts

toJSON

定義:

toJSON(): VBIDashboardWidget

戻り値: VBIDashboardWidget