pl.wendigo.chrome.api.css / CSSComputedStyleProperty

CSSComputedStyleProperty

data class CSSComputedStyleProperty (source)

Link
CSS#CSSComputedStyleProperty type documentation.

Constructors

<init>

CSSComputedStyleProperty(name: String, value: String)

Properties

name

val name: String

Computed style property name.

value

val value: String

Computed style property value.