ariaColIndex property
String?
get
ariaColIndex
Implementation
_i2.String? get ariaColIndex => _i4.getProperty(
this,
'ariaColIndex',
);
set
ariaColIndex
(String? value)
Implementation
set ariaColIndex(_i2.String? value) {
_i4.setProperty(
this,
'ariaColIndex',
value ?? _i6.undefined,
);
}