ariaColIndex property

String? ariaColIndex

Implementation

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

Implementation

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