chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / CSSComputedStyleProperty

CSSComputedStyleProperty

data class CSSComputedStyleProperty

Official doc

Constructors

<init>

Official doc

CSSComputedStyleProperty(name: String, value: String)

Properties

name

Computed style property name.

val name: String

value

Computed style property value.

val value: String