chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / GetMatchedStylesForNodeResponse / <init>

<init>

GetMatchedStylesForNodeResponse(inlineStyle: CSSStyle? = null, attributesStyle: CSSStyle? = null, matchedCSSRules: List<RuleMatch>? = null, pseudoElements: List<PseudoElementMatches>? = null, inherited: List<InheritedStyleEntry>? = null, cssKeyframesRules: List<CSSKeyframesRule>? = null)

Response type for the CSSDomain.getMatchedStylesForNode command.