layout property
XRLayerLayout
get
layout
Implementation
XRLayerLayout get layout =>
XRLayerLayout.fromValue(js_util.getProperty(this, 'layout'));
set
layout
(XRLayerLayout newValue)
Implementation
set layout(XRLayerLayout newValue) {
js_util.setProperty(this, 'layout', newValue.value);
}