selectionStart property

int? selectionStart

Implementation

int? get selectionStart => js_util.getProperty(this, 'selectionStart');
void selectionStart=(int? newValue)

Implementation

set selectionStart(int? newValue) {
  js_util.setProperty(this, 'selectionStart', newValue);
}