pl.wendigo.chrome.domain.css / GetInlineStylesForNodeRequest

GetInlineStylesForNodeRequest

data class GetInlineStylesForNodeRequest (source)

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

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

Constructors

<init>

GetInlineStylesForNodeRequest(nodeId: NodeId)

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

Properties

nodeId

val nodeId: NodeId