moveMeasureValueFilter()
Home > @gooddata/sdk-ui-dashboard > moveMeasureValueFilter
moveMeasureValueFilter() 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 MoveMeasureValueFilter command.
Signature:
export declare function moveMeasureValueFilter(localIdentifier: string, index: number, correlationId?: string): IMoveMeasureValueFilter;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
localIdentifier |
string |
local identifier of the measure value filter |
|
index |
number |
target index among draggable filters |
|
correlationId |
string |
(Optional) correlation id propagated through emitted events |
Returns:
move measure value filter command