DateRangeDescriptor
Describes a set of dates by combining a range type with the dates it applies to.
Properties
Section titled "Properties"Optional dateRange
Section titled "dateRange"The date or dates the descriptor applies to, interpreted according to DateRangeDescriptor.type. DateRangeType.After and DateRangeType.Before use the first date, DateRangeType.Between uses the first and the last, and DateRangeType.Specific matches every date listed. Not used by DateRangeType.Weekdays and DateRangeType.Weekends.
dateRange?: Date[] Defined in src/components/calendar/types.ts:22
The kind of range being described, which determines how DateRangeDescriptor.dateRange is matched.
type: DateRangeType Defined in src/components/calendar/types.ts:14