SizeConstraintsinterface
Describes the minimum and maximum constraints for the window size.
Properties (4)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| maxHeight⚓︎ | number | x | x | Maximum height in pixels for the window. |
| maxWidth⚓︎ | number | x | x | Maximum width in pixels for the window. |
| minHeight⚓︎ | number | x | x | Minimum height in pixels for the window. |
| minWidth⚓︎ | number | x | x | Minimum width in pixels for the window. |