IDashboardDateFilter
Home > @gooddata/sdk-model > IDashboardDateFilter
IDashboardDateFilter interface
Date filter of the filter context
Signature:
export interface IDashboardDateFilter
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
dateFilter | { type: DateFilterType; granularity: DateFilterGranularity; from?: DateString | number; to?: DateString | number; dataSet?: ObjRef; attribute?: ObjRef; localIdentifier?: string; } |