ResizeConfiginterface
An object defining the resize parameters of a frame.
Properties (3)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| height⚓︎ | number | x | x | The targeted height value |
| relative⚓︎ | boolean | x | x | Toggles whether or not the provided width and height values should be treated as absolute or relative to the current values. |
| width⚓︎ | number | x | x | The targeted width value |