ariaColIndex property

String? ariaColIndex

Implementation

_i2.String? get ariaColIndex => _i4.getProperty(
      this,
      'ariaColIndex',
    );
void ariaColIndex=(String? value)

Implementation

set ariaColIndex(_i2.String? value) {
  _i4.setProperty(
    this,
    'ariaColIndex',
    value ?? _i6.undefined,
  );
}