SetWindowBoundsParameter

@Serializable
data class SetWindowBoundsParameter(val windowId: Int, val bounds: Browser.Bounds)

Constructors

Link copied to clipboard
constructor(windowId: Int, bounds: Browser.Bounds)

Properties

Link copied to clipboard

New window bounds. The 'minimized', 'maximized' and 'fullscreen' states cannot be combined with 'left', 'top', 'width' or 'height'. Leaves unspecified fields unchanged.

Link copied to clipboard

Browser window id.