kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
CSS
/
GetComputedStyleForNodeReturn
Get
Computed
Style
For
Node
Return
@
Serializable
data
class
GetComputedStyleForNodeReturn
(
val
computedStyle
:
List
<
CSS.CSSComputedStyleProperty
>
)
Members
Constructors
Get
Computed
Style
For
Node
Return
Link copied to clipboard
constructor
(
computedStyle
:
List
<
CSS.CSSComputedStyleProperty
>
)
Properties
computed
Style
Link copied to clipboard
val
computedStyle
:
List
<
CSS.CSSComputedStyleProperty
>
Computed style for the specified DOM node.