IKpiProps
Home > @gooddata/sdk-ui > IKpiProps
IKpiProps interface
Props of the Kpi component.
Signature:
export interface IKpiProps extends IWithLoadingEvents<IRawExecuteProps> 
Extends: IWithLoadingEvents<IRawExecuteProps>
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| (Optional) Specify an instance of analytical backend instance to work with. | |||
| ComponentType<IErrorProps> | (Optional) Specify react component to render if execution fails. | ||
| (Optional) Specify filters to apply during calculation | |||
| ComponentType<ILoadingProps> | (Optional) Specify react component to render while the data is loading. | ||
| string | (Optional) Specify locale to use for strings that the Kpi component may render (for instance when encountering errors). | ||
| Specify measure whose value should be calculated and rendered. | |||
| (Optional) Specify number separators to use when rendering (segment delimiters, decimal point character) | |||
| string | (Optional) Specify workspace to work with. |