mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
635 B
635 B
Home > puppeteer > Protocol > CSS > GetMatchedStylesForNodeResponse > matchedCSSRules
Protocol.CSS.GetMatchedStylesForNodeResponse.matchedCSSRules property
CSS rules matching this node, from all applicable stylesheets.
Signature:
matchedCSSRules?: RuleMatch[];