PeriodRangePickerGranularity
Home > @gooddata/sdk-ui-filters > PeriodRangePickerGranularity
PeriodRangePickerGranularity type
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.
Granularities PeriodRangePicker() can render a picker for.
Signature:
export type PeriodRangePickerGranularity = Extract<DateFilterGranularity, "GDC.time.date" | "GDC.time.week_us" | "GDC.time.month" | "GDC.time.quarter" | "GDC.time.year">;
References: DateFilterGranularity