scope property

String scope

Sets or retrieves the group of cells in a table to which the object's information applies.

MDN Reference

Implementation

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

Implementation

set scope(_i2.String value) {
  _i4.setProperty(
    this,
    'scope',
    value,
  );
}