removeAttributeFilter()
Home > @gooddata/sdk-ui-dashboard > removeAttributeFilter
removeAttributeFilter() 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 filter with the provided local identifier.
Signature:
export declare function removeAttributeFilter(filterLocalId: string, correlationId?: string): RemoveAttributeFilters;
Parameters
Parameter | Type | Description |
---|---|---|
filterLocalId | string | dashboard attribute filter's local identifier |
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: