GetInlineStylesForNodeResponse

@Serializable
data class GetInlineStylesForNodeResponse(val inlineStyle: CSSStyle? = null, val attributesStyle: CSSStyle? = null)(source)

Response type for the CSSDomain.getInlineStylesForNode command.

Constructors

Link copied to clipboard
constructor(inlineStyle: CSSStyle? = null, attributesStyle: CSSStyle? = null)

Properties

Link copied to clipboard

Attribute-defined element style (e.g. resulting from "width=20 height=100%").

Link copied to clipboard
val inlineStyle: CSSStyle? = null

Inline style for the specified DOM node.