DetachOptionsinterface
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 |
| relativeDirection⚓︎ | RelativeDirection | x | x | Direction for positioning the window relatively to the window specified in the |
| relativeTo⚓︎ | IOConnectWindow | x | x | Positions the new window relatively to an existing window. |
| width⚓︎ | number | x | x | Window width in pixels. |