layout property

XRLayerLayout layout

Implementation

XRLayerLayout get layout =>
    XRLayerLayout.fromValue(js_util.getProperty(this, 'layout'));
void layout=(XRLayerLayout newValue)

Implementation

set layout(XRLayerLayout newValue) {
  js_util.setProperty(this, 'layout', newValue.value);
}