IKpiWidgetBase
Home > @gooddata/sdk-model > IKpiWidgetBase
IKpiWidgetBase interface
Signature:
export interface IKpiWidgetBase extends IAnalyticalWidget
Extends: IAnalyticalWidget
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
configuration? | readonly | IKpiWidgetConfiguration | (Optional) Configuration of the kpi itself |
drills | readonly | KpiDrillDefinition[] | Drill interactions configured for the kpi widget. |
kpi | readonly | IKpi | Temporary place for legacy kpi properties |
type | readonly | "kpi" |