IInsightWidgetBase
Home > @gooddata/sdk-model > IInsightWidgetBase
IInsightWidgetBase interface
Signature:
export interface IInsightWidgetBase extends IAnalyticalWidget
Extends: IAnalyticalWidget
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
configuration? | readonly | IInsightWidgetConfiguration | (Optional) Configuration of the widget itself regardless of the visualization type |
drills | readonly | InsightDrillDefinition[] | Drill interactions configured for the insight widget. |
insight | readonly | ObjRef | Widget insight object reference (when widget is not kpi) |
properties? | readonly | VisualizationProperties | (Optional) Overrides for visualization-specific properties. Insight rendered in context of this widget will use these properties instead of its own. This is now only supported for the PivotTable. |
type | readonly | "insight" |