chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / GetInlineStylesForNodeResponse

GetInlineStylesForNodeResponse

data class GetInlineStylesForNodeResponse

Response type for the CSSDomain.getInlineStylesForNode command.

Constructors

<init>

Response type for the CSSDomain.getInlineStylesForNode command.

GetInlineStylesForNodeResponse(inlineStyle: CSSStyle? = null, attributesStyle: CSSStyle? = null)

Properties

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?