Namespace ViewContainerPart
Variables
Const HEADER_HEIGHT
HEADER_HEIGHT: 22 = 22
Functions
closestPart
- closestPart(element: null | Element | EventTarget, selector?: string): Element | undefined
Parameters
element: null | Element | EventTarget
selector: string = 'div.part'
Returns Element | undefined
Make sure to adjust the
line-height
of the.theia-view-container .part > .header
CSS class when modifying this, and vice versa.