Skip to main content

DockContainer

Represents a dockable window. See also DockContainer, DockNode. Samples: https://public.datagrok.ai/js/samples/ui/docking/docking

Constructors

new DockContainer()

new DockContainer(dart): DockContainer

Parameters

ParameterType
dartany

Returns

DockContainer

Source

src/docking.ts:61

Properties

PropertyType
dartany

Accessors

containerElement

get containerElement(): HTMLDivElement

Container element.

Returns

HTMLDivElement

Source

src/docking.ts:67

Methods

destroy()

destroy(): void

Destroys and detaches the container.

Returns

void

Source

src/docking.ts:72


float()

float(): void

Undocks a panel and converts it into a floating dialog window It is assumed that only leaf nodes (panels) can be undocked

Returns

void

Source

src/docking.ts:78