chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.domsnapshot / ComputedStyle

ComputedStyle

data class ComputedStyle

A subset of the full ComputedStyle as defined by the request whitelist.

Constructors

<init>

A subset of the full ComputedStyle as defined by the request whitelist.

ComputedStyle(properties: List<NameValue>)

Properties

properties

Name/value pairs of computed style properties.

val properties: List<NameValue>