selectionEnd property

int selectionEnd

Source

@DomName('HTMLTextAreaElement.selectionEnd')
@DocsEditable()
int get selectionEnd =>
    _blink.BlinkHTMLTextAreaElement.instance.selectionEnd_Getter_(this);
void selectionEnd=(int value)

Source

@DomName('HTMLTextAreaElement.selectionEnd')
@DocsEditable()
set selectionEnd(int value) => _blink.BlinkHTMLTextAreaElement.instance
    .selectionEnd_Setter_(this, value);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/TextAreaElement/selectionEnd.html