Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.browser
/
Bounds
Bounds
data class
Bounds
(left:
Int
?, top:
Int
?, width:
Int
?, height:
Int
?, windowState:
WindowState
?)
Content copied to clipboard
Browser window bounds information
Constructors
Properties
Sources
Constructors
Bounds
Link copied to clipboard
fun
Bounds
(left:
Int
? = null, top:
Int
? = null, width:
Int
? = null, height:
Int
? = null, windowState:
WindowState
? = null)
Content copied to clipboard
Properties
height
Link copied to clipboard
val
height
:
Int
? = null
Content copied to clipboard
The window height in pixels.
left
Link copied to clipboard
val
left
:
Int
? = null
Content copied to clipboard
The offset from the left edge of the screen to the window in pixels.
top
Link copied to clipboard
val
top
:
Int
? = null
Content copied to clipboard
The offset from the top edge of the screen to the window in pixels.
width
Link copied to clipboard
val
width
:
Int
? = null
Content copied to clipboard
The window width in pixels.
windowState
Link copied to clipboard
val
windowState
:
WindowState
? = null
Content copied to clipboard
The window state.
Sources
jvm source
Link copied to clipboard