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

description

int? getselectionEnd

Implementation

int? get selectionEnd native;

setselectionEnd (int? value)

Implementation

set selectionEnd(int? value) native;