depthReadOnly property

bool depthReadOnly

Implementation

bool get depthReadOnly => js_util.getProperty(this, 'depthReadOnly');
void depthReadOnly=(bool newValue)

Implementation

set depthReadOnly(bool newValue) {
  js_util.setProperty(this, 'depthReadOnly', newValue);
}