IAbsoluteDateFilterPreset
Home > @gooddata/sdk-model > IAbsoluteDateFilterPreset
IAbsoluteDateFilterPreset interface
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.
Custom absolute date filter preset
Signature:
export interface IAbsoluteDateFilterPreset extends IDateFilterOption
Extends: IDateFilterOption
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
from | DateString | (ALPHA) Absolute date filter start date | |
to | DateString | (ALPHA) Absolute date filter end date | |
type | DateFilterOptionAbsolutePresetType | (ALPHA) Type to identify an absolute date filter preset |