Skip to main content

Settings for a window detached from a window group.

Properties (6)

Property Type Default Required Description
bounds⚓︎ Partial<Bounds> x x

Window bounds.

height⚓︎ number x x

Window height in pixels.

hideTabHeader⚓︎ boolean x x

If true, will show to window header.

relativeDirection⚓︎ RelativeDirection x x

Direction for positioning the window relatively to the window specified in the relativeTo property. Considered only if relativeTo is supplied. Possible values are "bottom", "top", "left"and "right".

relativeTo⚓︎ IOConnectWindow x x

Positions the new window relatively to an existing window.

width⚓︎ number x x

Window width in pixels.