selectionDirection property - TextAreaElement class - dart:html library (original) (raw)

description

String? getselectionDirection

Implementation

String? get selectionDirection native;

setselectionDirection (String? value)

Implementation

set selectionDirection(String? value) native;