setDashboardAttributeFilterConfigMode()
Home > @gooddata/sdk-ui-dashboard > setDashboardAttributeFilterConfigMode
setDashboardAttributeFilterConfigMode() 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 ISetDashboardAttributeFilterConfigMode command.
Signature:
export declare function setDashboardAttributeFilterConfigMode(localIdentifier: string, mode?: DashboardAttributeFilterConfigMode): ISetDashboardAttributeFilterConfigMode;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
localIdentifier |
string |
local identifier of the filter the display form is changed for |
|
mode |
(Optional) newly added mode |
Returns:
ISetDashboardAttributeFilterConfigMode
change filter mode command
Remarks
Dispatching the commands will result into setting provided the mode as a mode for the attribute filter.