pl.wendigo.chrome.api.css / GetMatchedStylesForNodeRequest

GetMatchedStylesForNodeRequest

data class GetMatchedStylesForNodeRequest (source)

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

Returns requested styles for a DOM node identified by nodeId.

Link
CSS#getMatchedStylesForNode method documentation.

See Also

CSSOperations.getMatchedStylesForNode

Constructors

<init>

GetMatchedStylesForNodeRequest(nodeId: NodeId)

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

Properties

nodeId

val nodeId: NodeId