ariaColCount property

String? ariaColCount

Implementation

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

Implementation

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