header
Home > @gooddata/sdk-ui-dashboard > ChangeKpiWidgetMeasurePayload > header
ChangeKpiWidgetMeasurePayload.header property
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specify the new header that should be used for the KPI widget with the changed measure.
Signature:
readonly header?: WidgetHeader | "from-measure";
Remarks
You may specify the widget header as 'from-measure'. In that case the title will be automatically set to the title of measure specified in the measureRef
property.