pl.wendigo.chrome.api.css / GetInlineStylesForNodeRequest

GetInlineStylesForNodeRequest

data class GetInlineStylesForNodeRequest (source)

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

Returns the styles defined inline (explicitly in the "style" attribute and implicitly, using DOM attributes) for a DOM node identified by nodeId.

Link
CSS#getInlineStylesForNode method documentation.

See Also

CSSOperations.getInlineStylesForNode

Constructors

<init>

GetInlineStylesForNodeRequest(nodeId: NodeId)

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

Properties

nodeId

val nodeId: NodeId