setDashboardDateFilterConfigMode()
Home > @gooddata/sdk-ui-dashboard > setDashboardDateFilterConfigMode
setDashboardDateFilterConfigMode() 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 ISetDashboardDateFilterConfigMode command.
Signature:
export declare function setDashboardDateFilterConfigMode(mode: DashboardDateFilterConfigMode): ISetDashboardDateFilterConfigMode;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
mode |
The visibility mode to set. |
Returns:
ISetDashboardDateFilterConfigMode
set dashboard date filter config mode command
Remarks
Dispatching this command will set the visibility mode of the dashboard date filter to the provided value.