Skip to main content

Docking configuration for a window.

Properties (5)

Property Type Default Required Description
allowedPositions⚓︎ DockingPosition[] x x

Allowed positions for docking the window. Default is [ "top" ].

claimScreenArea⚓︎ boolean x x

If true, the window will claim the area it occupies on the screen when docked, in effect, reducing the working area of the screen.

enabled⚓︎ boolean x

If true, will enable docking the window to a screen edge.

height⚓︎ number x x

Height in pixels for the window when docked at the top or the bottom screen edge.

width⚓︎ number x x

Width in pixels for the window when docked at the left or the right screen edge.