SelectionMode
Types
Link copied to clipboard
No date can be selected
Link copied to clipboard
data class Range(val startSelectionHint: String? = null, val endSelectionHint: String? = null, val noSelectionState: String? = null, val startSelectionState: String? = null, val startAndEndSelectionState: String? = null, val endSelectionState: String? = null, val betweenSelectionState: String? = null) : CalendarParams.SelectionMode
A range of dates can be selected.