kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Emulation
/
SetDefaultBackgroundColorOverrideParameter
Set
Default
Background
Color
Override
Parameter
@
Serializable
data
class
SetDefaultBackgroundColorOverrideParameter
(
val
color
:
DOM.RGBA
?
=
null
)
Members
Constructors
Set
Default
Background
Color
Override
Parameter
Link copied to clipboard
constructor
(
color
:
DOM.RGBA
?
=
null
)
Properties
color
Link copied to clipboard
val
color
:
DOM.RGBA
?
=
null
RGBA of the default background color. If not specified, any existing override will be cleared.