selectionDirection property
The selectionDirection property of the HTMLInputElement interface
is a string that indicates the direction in which the user is selecting
the text.
Implementation
external String? get selectionDirection;
Implementation
external set selectionDirection(String? value);