ariaRowIndex property

String? ariaRowIndex

Implementation

String? get ariaRowIndex => js_util.getProperty(this, 'ariaRowIndex');
void ariaRowIndex=(String? newValue)

Implementation

set ariaRowIndex(String? newValue) {
  js_util.setProperty(this, 'ariaRowIndex', newValue);
}