Optional
contentOptional
dimensionsOptional
borderOptional
headerOptional
minOptional
minOptional
settingsRepresents a potential ways to customize behavior of your Layout
Optional
constrainfalse
Limits the area to which tabs can be dragged. If true, stack headers are the only areas where tabs can be dropped.
Optional
constrainfalse
Limits the area to which tabs can be dragged. If true, stack headers are the only areas where tabs can be dropped.
Optional
hastrue
Turns tab headers on or off. If false, the layout will be displayed with splitters only.
Optional
popoutfalse
Whether the popout button will only act on the entire stack, as opposed to only the active tab.
Optional
prevent@defaultValue=false
If true, tabs can't be dragged into the window.
Optional
preventfalse
If true, tabs can't be dragged out of the window.
Optional
reordertrue
If true, the user can re-arrange the layout by dragging items by their tabs to the desired location.
Optional
showfalse
Whether to show the close button on stack header (not to be confused with close button on every tab).
Optional
showfalse
Whether to show the maximize button on stack header. The button will maximize the current tab to fill the entire window.
Optional
showfalse
Whether to show the popout button on stack header.
The button will create a new window with current tab as its content.
In case popoutWholeStack
is set to true, all tabs in the stack will be in the new window.
Content of the layout. There can only be one top-level LayoutItem in the content array. We do not recommend trying to build Layouts or LayoutItems by hand and instead use calls such as getSnapshot.