pl.wendigo.chrome.api.domsnapshot / ComputedStyle

ComputedStyle

data class ComputedStyle (source)

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

Link
DOMSnapshot#ComputedStyle type documentation.

Constructors

<init>

ComputedStyle(properties: List<NameValue>)

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

Properties

properties

val properties: List<NameValue>

Name/value pairs of computed style properties.