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 | Type | Description |
---|---|---|
backend? | IAnalyticalBackend | (Optional) Specify an instance of analytical backend instance to work with. |
ErrorComponent? | React.ComponentType<IErrorProps> | (Optional) Specify react component to render if execution fails. |
filters? | INullableFilter[] | (Optional) Specify filters to apply during calculation |
LoadingComponent? | React.ComponentType<ILoadingProps> | (Optional) Specify react component to render while the data is loading. |
locale? | string | (Optional) Specify locale to use for strings that the Kpi component may render (for instance when encountering errors). |
measure | IMeasure | Specify measure whose value should be calculated and rendered. |
separators? | ISeparators | (Optional) Specify number separators to use when rendering (segment delimiters, decimal point character) |
workspace? | string | (Optional) Specify workspace to work with. |