The maximum size the component can reach where size is measured in the direction of orientation provided.
The minimum size the component can reach where size is measured in the direction of orientation provided.
Invoked when a panel is added. May be called multiple times when moving panels.
Invoked when a Drag'n'Drop event occurs that the component was unable to handle. Exposed for custom Drag'n'Drop functionality.
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.
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.
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 given it's current and desired index.
Create a serialized object of the current component.
Height of the component.