GetWindowBoundsReturn

@Serializable
data class GetWindowBoundsReturn(val bounds: Browser.Bounds)

Constructors

Link copied to clipboard
constructor(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.