changeMeasureValueFilterCondition()
Home > @gooddata/sdk-ui-dashboard > changeMeasureValueFilterCondition
changeMeasureValueFilterCondition() 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 ChangeMeasureValueFilterCondition command.
Signature:
export declare function changeMeasureValueFilterCondition(localIdentifier: string, conditions?: MeasureValueFilterCondition[], correlationId?: string): IChangeMeasureValueFilterCondition;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
localIdentifier |
string |
local identifier of the measure value filter to update |
|
conditions |
(Optional) new conditions to apply, or undefined to clear | |
|
correlationId |
string |
(Optional) correlation id propagated through emitted events |
Returns:
IChangeMeasureValueFilterCondition
Remarks
Dispatching this command updates the conditions of an existing measure value filter. To clear the filter (set it back to "All"), pass undefined or an empty array.