removeAttributeFilters()
Home > @gooddata/sdk-ui-dashboard > removeAttributeFilters
removeAttributeFilters() function
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.
Creates the RemoveAttributeFilters command. Dispatching this command will result in the removal of dashboard's attribute filters with the provided local identifiers.
Signature:
export declare function removeAttributeFilters(filterLocalIds: string[], correlationId?: string): IRemoveAttributeFilters;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
filterLocalIds |
string[] |
an array of dashboard attribute filter's local identifiers |
|
correlationId |
string |
(Optional) specify correlation id to use for this command. this will be included in all events that will be emitted during the command processing |
Returns: