CalendarState
data class CalendarState(val params: CalendarParams, val selection: CalendarSelection = CalendarSelection.None, val cells: CalendarCells = CalendarCells(params, selection))
The model containing all the information describing BpkCalendar in the moment.
Parameters
params
parameters used to configure the calendar
selection
the current Calendar selection
Constructors
Link copied to clipboard
constructor(params: CalendarParams, selection: CalendarSelection = CalendarSelection.None, cells: CalendarCells = CalendarCells(params, selection))