ariaRowIndex property

String? ariaRowIndex

Implementation

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

Implementation

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