removeMeasureValueFilters()
Home > @gooddata/sdk-ui-dashboard > removeMeasureValueFilters
removeMeasureValueFilters() 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 RemoveMeasureValueFilters command for a batch of filters. The handler processes them in one pass — each removal emits its own DashboardMeasureValueFilterRemoved event and the whole batch settles with a single DashboardFilterContextChanged.
Signature:
export declare function removeMeasureValueFilters(localIdentifiers: string[], correlationId?: string): IRemoveMeasureValueFilters;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
localIdentifiers |
string[] |
local identifiers of the measure value filters to remove |
|
correlationId |
string |
(Optional) correlation id propagated through emitted events |
Returns: