struct Protocol::CSS::GetInlineStylesForNode
- Protocol::CSS::GetInlineStylesForNode
- Struct
- Value
- Object
Overview
Returns the styles defined inline (explicitly in the "style" attribute and implicitly, using DOM
attributes) for a DOM node identified by nodeId
.
Included Modules
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/css.crConstructors
Instance Method Summary
-
#attributes_style : CSSStyle | Nil
Attribute-defined element style (e.g.
-
#inline_style : CSSStyle | Nil
Inline style for the specified DOM node.
Constructor Detail
Instance Method Detail
Attribute-defined element style (e.g. resulting from "width=20 height=100%").