tabIndex property

int tabIndex

Implementation

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

Implementation

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