WindowConfigurationinterface
Configuration options for an io.Connect Window.
Properties (11)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| buttonsVisibility⚓︎ | "off" | "onDemand" | "always" | "onFocus" | "onDemand" | x | Determines the conditions under which the window buttons will be visible.
Valid only for io.Connect Windows with |
| hasMoveAreas⚓︎ | boolean | true | x | If |
| hasSizeAreas⚓︎ | boolean | true | x | If |
| moveAreaBottomMargin⚓︎ | string | "0, 0, 0, 0" | x | Margin for the move area located at the bottom border of the window. The string value corresponds to the left, top, right and bottom borders of the move area.
Setting this to "10, 0, 10, 0" will take away 10 pixels from the left and the right sides of the move area.
Valid only for io.Connect Windows with |
| moveAreaLeftMargin⚓︎ | string | "0, 0, 0, 0" | x | Margin for the move area located at the left border of the window. The string value corresponds to the left, top, right and bottom borders of the move area.
Setting this to "0, 10, 0, 10" will take away 10 pixels from the top and the bottom of the move area.
Valid only for io.Connect Windows with |
| moveAreaRightMargin⚓︎ | string | "0, 0, 0, 0" | x | Margin for the move area located at the right border of the window. The string value corresponds to the left, top, right and bottom borders of the move area.
Setting this to "0, 10, 0, 10" will take away 10 pixels from the top and the bottom of the move area.
Valid only for io.Connect Windows with |
| moveAreaThickness⚓︎ | string | "0, 12, 0, 0" | x | How much of the window area is to be considered as a moving area.
The string value corresponds to the left, top, right and bottom borders of the window.
Setting this to "0, 20, 0, 0" will set a 20 pixel thick move area at the top of the window.
Valid only for io.Connect Windows with |
| moveAreaTopMargin⚓︎ | string | "0, 0, 0, 0" | x | Margin for the move area located at the top border of the window. The string value corresponds to the left, top, right and bottom borders of the move area.
Setting this to "10, 0, 10, 0" will take away 10 pixels from the left and the right sides of the move area.
Valid only for io.Connect Windows with |
| search⚓︎ | { enabled?: boolean; } | x | x | Settings for searching in web apps. io.Connect Desktop 9.9 |
| showInTaskbar⚓︎ | boolean | x | x | If |
| sizeAreaThickness⚓︎ | string | "5, 5, 5, 5" | x | How much of the window area in pixels is to be considered as a sizing area.
The string value corresponds to the left, top, right and bottom borders of the window.
Valid only for io.Connect Windows with |