pl.wendigo.chrome.api.css / GetComputedStyleForNodeResponse

GetComputedStyleForNodeResponse

data class GetComputedStyleForNodeResponse (source)

Represents response frame that is returned from CSS#getComputedStyleForNode operation call. Returns the computed style for a DOM node identified by nodeId.

Link
CSS#getComputedStyleForNode method documentation.

See Also

CSSOperations.getComputedStyleForNode

Constructors

<init>

GetComputedStyleForNodeResponse(computedStyle: List<CSSComputedStyleProperty>)

Represents response frame that is returned from CSS#getComputedStyleForNode operation call. Returns the computed style for a DOM node identified by nodeId.

Properties

computedStyle

val computedStyle: List<CSSComputedStyleProperty>

Computed style for the specified DOM node.