newAllTimeDashboardDateFilter()
Home > @gooddata/sdk-model > newAllTimeDashboardDateFilter
newAllTimeDashboardDateFilter() 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 a new all time date filter. This filter is used to indicate that there should be no filtering on the dates.
Signature:
export declare function newAllTimeDashboardDateFilter(dataSet?: ObjRef, localIdentifier?: string): IDashboardDateFilter;
Parameters
Parameter |
Type |
Description |
---|---|---|
dataSet |
(Optional) | |
localIdentifier |
string |
(Optional) |
Returns: