chrome-devtools-kotlin
Toggle table of contents
8.3.0-1589152
common
Target filter
common
Switch theme
Search in API
Skip to content
chrome-devtools-kotlin
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.emulation
/
ScreenOrientation
Screen
Orientation
@
Serializable
data
class
ScreenOrientation
(
val
type
:
ScreenOrientationType
,
val
angle
:
Int
)
Screen orientation.
Official doc
Members
Constructors
Screen
Orientation
Link copied to clipboard
constructor
(
type
:
ScreenOrientationType
,
angle
:
Int
)
Properties
angle
Link copied to clipboard
val
angle
:
Int
Orientation angle.
type
Link copied to clipboard
val
type
:
ScreenOrientationType
Orientation type.