pl.wendigo.chrome.api.css / GetComputedStyleForNodeRequest

GetComputedStyleForNodeRequest

data class GetComputedStyleForNodeRequest (source)

Represents request frame that can be used with 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>

GetComputedStyleForNodeRequest(nodeId: NodeId)

Represents request frame that can be used with CSS#getComputedStyleForNode operation call.

Properties

nodeId

val nodeId: NodeId