New to Kendo UI for Vue? Start a free 30-day trial
SelectionRangeEnd
Updated over 6 months ago
The literal type that defines which end of the selection range is active.
type SelectionRangeEnd = "start" | "end" | null;