data class GetInlineStylesForNodeResponse
Response type for the CSSDomain.getInlineStylesForNode command.
<init> |
Response type for the CSSDomain.getInlineStylesForNode command. GetInlineStylesForNodeResponse(inlineStyle: CSSStyle? = null, attributesStyle: CSSStyle? = null) |
attributesStyle |
Attribute-defined element style (e.g. resulting from "width=20 height=100%"). val attributesStyle: CSSStyle? |
inlineStyle |
Inline style for the specified DOM node. val inlineStyle: CSSStyle? |