selectionDirection property

String? get selectionDirection

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;
set selectionDirection (String? value)

Implementation

external set selectionDirection(String? value);