pl.wendigo.chrome.domain.css / GetComputedStyleForNodeResponse

GetComputedStyleForNodeResponse

data class GetComputedStyleForNodeResponse (source)

Represents response frame for CSS.getComputedStyleForNode method call.

Returns the computed style for a DOM node identified by nodeId.

Constructors

<init>

GetComputedStyleForNodeResponse(computedStyle: List<CSSComputedStyleProperty>)

Represents response frame for CSS.getComputedStyleForNode method call.

Properties

computedStyle

val computedStyle: List<CSSComputedStyleProperty>

Computed style for the specified DOM node.