orientation property

DOMPointReadOnly? get orientation

Implementation

DOMPointReadOnly? get orientation => js_util.getProperty(this, 'orientation');
set orientation (DOMPointReadOnly? newValue)

Implementation

set orientation(DOMPointReadOnly? newValue) {
  js_util.setProperty(this, 'orientation', newValue);
}