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