GetWindowForTargetReturn

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

Constructors

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

Properties

Link copied to clipboard

Bounds information of the window. When window state is 'minimized', the restored window position and size are returned.

Link copied to clipboard

Browser window id.