kdriver
Toggle table of contents
0.5.9
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Emulation
/
UpdateScreenParameter
/
UpdateScreenParameter
Update
Screen
Parameter
constructor
(
screenId
:
String
,
left
:
Int
?
=
null
,
top
:
Int
?
=
null
,
width
:
Int
?
=
null
,
height
:
Int
?
=
null
,
workAreaInsets
:
Emulation.WorkAreaInsets
?
=
null
,
devicePixelRatio
:
Double
?
=
null
,
rotation
:
Int
?
=
null
,
colorDepth
:
Int
?
=
null
,
label
:
String
?
=
null
,
isInternal
:
Boolean
?
=
null
)