Skip to content

Documentation / @jalali-js/react / CalendarGridDay

Interface: CalendarGridDay ​

Defined in: core/src/calendar-grid.ts:8

Properties ​

date ​

date: CalendarDate

Defined in: core/src/calendar-grid.ts:9


isCurrentMonth ​

isCurrentMonth: boolean

Defined in: core/src/calendar-grid.ts:10


isHoliday ​

isHoliday: boolean

Defined in: core/src/calendar-grid.ts:20

True when isHolidayDay marks this cell. Bindings render a data-holiday attribute from this flag. The predicate itself lives outside core (see @jalali-js/holidays).


isSelectable ​

isSelectable: boolean

Defined in: core/src/calendar-grid.ts:14

False when the grid's SelectionRules block this day. True without rules.


isSelected ​

isSelected: boolean

Defined in: core/src/calendar-grid.ts:12


isToday ​

isToday: boolean

Defined in: core/src/calendar-grid.ts:11