Get Matched Styles For Node Response
data class GetMatchedStylesForNodeResponse(inlineStyle: CSSStyle?, attributesStyle: CSSStyle?, matchedCSSRules: List<RuleMatch>?, pseudoElements: List<PseudoElementMatches>?, inherited: List<InheritedStyleEntry>?, cssKeyframesRules: List<CSSKeyframesRule>?)
Content copied to clipboard
Represents response frame that is returned from CSS#getMatchedStylesForNode operation call. Returns requested styles for a DOM node identified by nodeId
.
See also
Constructors
GetMatchedStylesForNodeResponse
Link copied to clipboard
fun GetMatchedStylesForNodeResponse(inlineStyle: CSSStyle? = null, attributesStyle: CSSStyle? = null, matchedCSSRules: List<RuleMatch>? = null, pseudoElements: List<PseudoElementMatches>? = null, inherited: List<InheritedStyleEntry>? = null, cssKeyframesRules: List<CSSKeyframesRule>? = null)
Content copied to clipboard
Properties
attributesStyle
Link copied to clipboard
cssKeyframesRules
Link copied to clipboard
inherited
Link copied to clipboard
inlineStyle
Link copied to clipboard
matchedCSSRules
Link copied to clipboard
pseudoElements
Link copied to clipboard
Sources
jvm source
Link copied to clipboard