kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Browser
/
SetDockTileParameter
Set
Dock
Tile
Parameter
@
Serializable
data
class
SetDockTileParameter
(
val
badgeLabel
:
String
?
=
null
,
val
image
:
String
?
=
null
)
Members
Constructors
Set
Dock
Tile
Parameter
Link copied to clipboard
constructor
(
badgeLabel
:
String
?
=
null
,
image
:
String
?
=
null
)
Properties
badge
Label
Link copied to clipboard
val
badgeLabel
:
String
?
=
null
image
Link copied to clipboard
val
image
:
String
?
=
null
Png encoded image. (Encoded as a base64 string when passed over JSON)