allowSelect property

bool allowSelect

Gets or sets whether the user may select objects in this layer. The initial value is true.

Implementation

_i2.bool get allowSelect => _i4.getProperty(
      this,
      'allowSelect',
    );
void allowSelect=(bool value)

Implementation

set allowSelect(_i2.bool value) {
  _i4.setProperty(
    this,
    'allowSelect',
    value,
  );
}