kdriver
Toggle table of contents
0.2.7
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Animation
/
SetPausedParameter
Set
Paused
Parameter
@
Serializable
data
class
SetPausedParameter
(
val
animations
:
List
<
String
>
,
val
paused
:
Boolean
)
Members
Constructors
Set
Paused
Parameter
Link copied to clipboard
constructor
(
animations
:
List
<
String
>
,
paused
:
Boolean
)
Properties
animations
Link copied to clipboard
val
animations
:
List
<
String
>
Animations to set the pause state of.
paused
Link copied to clipboard
val
paused
:
Boolean
Paused state to set to.