New to KendoReact? Learn about KendoReact Free.
SelectionRangeEnd
Updated over 6 months ago
The literal type that defines which end of the selection range is active.
type SelectionRangeEnd = "start" | "end" | null;