DockingConfiginterface
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 |
| enabled⚓︎ | boolean | x | If |
|
| 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. |