SelectionMode

sealed interface SelectionMode

Describes the selection behaviour

Inheritors

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.

Link copied to clipboard
data class Single(val startSelectionHint: String? = null, val noSelectionState: String? = null, val startSelectionState: String? = null) : CalendarParams.SelectionMode

Accessibility labels are NOT supported in the view version