Maximum height of the component.
Maximum width of the component.
Minimum height of the component.
Minimum width of the component.
Invoked when the active panel changes. May be undefined if no panel is active.
Invoked when a panel is added. May be called multiple times when moving panels.
Invoked when any layout change occures, an aggregation of many events.
Invoked after a layout is deserialzied using the fromJSON method.
Invoked when a panel is removed. May be called multiple times when moving panels.
Current orientation. Can be changed after initialization.
All panel objects.
Width of the component.
Add a panel and return the created object.
Reset the component back to an empty and default state.
Release resources and teardown component. Do not call when using framework versions of dockview.
Focus the component. Will try to focus an active panel if one exists.
Create a component from a serialized object.
Get a panel object given a string id. May return undefined.
Force resize the component to an exact width and height. Read about auto-resizing before using.
Move a panel in a particular direction relative to another panel.
Remove a panel given the panel object.
Optionalsizing: SizingCreate a serialized object of the current component.
Height of the component.