kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
DOM
/
CSSComputedStyleProperty
CSSComputed
Style
Property
@
Serializable
data
class
CSSComputedStyleProperty
(
val
name
:
String
,
val
value
:
String
)
Members
Constructors
CSSComputed
Style
Property
Link copied to clipboard
constructor
(
name
:
String
,
value
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
Computed style property name.
value
Link copied to clipboard
val
value
:
String
Computed style property value.