Get Inline Styles For Node Response
data class GetInlineStylesForNodeResponse(inlineStyle: CSSStyle?, attributesStyle: CSSStyle?)
Content copied to clipboard
Represents response frame that is returned from CSS#getInlineStylesForNode operation call. Returns the styles defined inline (explicitly in the "style" attribute and implicitly, using DOM attributes) for a DOM node identified by nodeId
.
See also
Constructors
GetInlineStylesForNodeResponse
Link copied to clipboard
fun GetInlineStylesForNodeResponse(inlineStyle: CSSStyle? = null, attributesStyle: CSSStyle? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard