An options object for initializing a split panel.
The content alignment of the panel.
The default is 'start'.
'start'
The split layout to use for the split panel.
If this is provided, the other options are ignored.
The default is a new SplitLayout.
SplitLayout
The layout orientation of the panel.
The default is 'horizontal'.
'horizontal'
The renderer to use for the split panel.
The default is a shared renderer instance.
The spacing between items in the panel.
The default is 4.
4
Generated using TypeDoc
An options object for initializing a split panel.