DashboardInsightBuilder

メソッド

constructor

定義:

constructor(widget: Y.Map<any>, options?: DashboardInsightBuilderOptions)

パラメータ:

パラメータ説明
widgetY.Map-
options? = {}DashboardInsightBuilderOptions-

getId

定義:

getId(): string

戻り値: string

getBuilder

定義:

getBuilder(): VBIInsightBuilder | undefined

戻り値: VBIInsightBuilder \| undefined

setTitle

定義:

setTitle(title: string): this

戻り値: this

パラメータ:

パラメータ説明
titlestring-

setDescription

定義:

setDescription(description: string): this

戻り値: this

パラメータ:

パラメータ説明
descriptionstring-

setInsightId

定義:

setInsightId(insight: ResourceReference): this

戻り値: this

パラメータ:

パラメータ説明
insightResourceReference-

setLayouts

定義:

setLayouts(layouts: DashboardWidgetLayouts): this

戻り値: this

パラメータ:

パラメータ説明
layoutsDashboardWidgetLayouts-

getLayouts

定義:

getLayouts(): DashboardWidgetLayouts

戻り値: DashboardWidgetLayouts

toJSON

定義:

toJSON(): VBIDashboardWidget

戻り値: VBIDashboardWidget