kdriver
Toggle table of contents
0.5.5
common
Platform filter
common
Switch theme
Search in API
kdriver
core
/
dev.kdriver.core.dom
/
ViewportData
Viewport
Data
@
Serializable
data
class
ViewportData
(
val
width
:
Double
,
val
height
:
Double
,
val
scrollX
:
Double
=
0.0
,
val
scrollY
:
Double
=
0.0
)
Viewport dimensions and scroll position data. Used for calculating natural scroll gestures.
Members
Constructors
Viewport
Data
Link copied to clipboard
constructor
(
width
:
Double
,
height
:
Double
,
scrollX
:
Double
=
0.0
,
scrollY
:
Double
=
0.0
)
Properties
height
Link copied to clipboard
val
height
:
Double
scroll
X
Link copied to clipboard
val
scrollX
:
Double
=
0.0
scroll
Y
Link copied to clipboard
val
scrollY
:
Double
=
0.0
width
Link copied to clipboard
val
width
:
Double