orientation property

DOMPointReadOnly? orientation

Implementation

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

Implementation

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