Experimental
Initialize the window's Layout. Must be called from a custom window that has a 'layout' option set upon creation of that window.
If a containerId is not provided, this method attempts to find an element with the id layout-container
.
A Layout will emit events locally on the DOM element representing the layout-container.
In order to capture the relevant events during Layout initiation, set up the listeners on the DOM element prior to calling init
.
Layout.init
Optional
options: InitLayoutOptions = {}Layout init options.
Generated using TypeDoc
Lends
Platform#Layout