ComputedStyle

@Serializable
data class ComputedStyle(val properties: List<NameValue>)

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

Official doc

Constructors

Link copied to clipboard
constructor(properties: List<NameValue>)

Properties

Link copied to clipboard

Name/value pairs of computed style properties.