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