Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CalendarContextData

Hierarchy

  • CalendarContextData

Index

Properties

highlightedDate

highlightedDate: null | Date

isFocusWithin

isFocusWithin: boolean

month

month: number

Optional rangeValue

rangeValue?: { end: null | Date; start: null | Date }

Type declaration

  • end: null | Date
  • start: null | Date

Optional value

value?: null | Date

weekStartsOn

weekStartsOn: WeekDay

year

year: number

Methods

getDateEnabled

  • getDateEnabled(value: Date): boolean

setDay

  • setDay(value: Date): void

setDayHovered

  • setDayHovered(value: Date): boolean

Generated using TypeDoc