Properties Private _locked _locked : boolean = false
Private _margin _margin : number = 0
Private _maximized Node _maximized Node : undefined | { hiddenOnMaximize : LeafNode [] ; leaf : LeafNode ; } = undefined
Type declaration hidden On Maximize : LeafNode [] leaf : LeafNode Private Readonly _on Did Change _on Did Change : DockviewEmitter < { orthogonalSize ?: number ; size ?: number ; } > = ... Type declaration Optional orthogonal Size ?: number Optional size ?: number Private Readonly _on Did Maximized Node Change Private Readonly _on Did View Visibility Change Private _root _root : undefined | BranchNode
Private Readonly disposable Readonly element element : HTMLElement
Readonly on Did Change on Did Change : DockviewEvent < { orthogonalSize ?: number ; size ?: number ; } > = ... Type declaration Optional orthogonal Size ?: number Optional size ?: number Readonly on Did Maximized Node Change Readonly on Did View Visibility Change Readonly proportional Layout proportional Layout : boolean
If the root is orientated as a VERTICAL node then nest the existing root within a new HORIZIONTAL root node If the root is orientated as a HORIZONTAL node then nest the existing root within a new VERITCAL root node