DashboardInsightBuilder

Methoden

constructor

Definition:

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

Parameter:

ParameterTypBeschreibung
widgetY.Map-
options? = {}DashboardInsightBuilderOptions-

getId

Definition:

getId(): string

Rückgabe: string

getBuilder

Definition:

getBuilder(): VBIInsightBuilder | undefined

Rückgabe: VBIInsightBuilder \| 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-

setInsightId

Definition:

setInsightId(insight: ResourceReference): this

Rückgabe: this

Parameter:

ParameterTypBeschreibung
insightResourceReference-

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