setMeasureValueFilterTitle()
Home > @gooddata/sdk-ui-dashboard > setMeasureValueFilterTitle
setMeasureValueFilterTitle() function
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Creates the ISetMeasureValueFilterTitle command.
Signature:
export declare function setMeasureValueFilterTitle(filterLocalId: string, title?: string, correlationId?: string): ISetMeasureValueFilterTitle;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
filterLocalId |
string |
local identifier of the measure value filter |
|
title |
string |
(Optional) custom title, or undefined to reset to the default metric title |
|
correlationId |
string |
(Optional) correlation id propagated through emitted events |
Returns:
change measure value filter title command