mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
647 B
647 B
Home > puppeteer > Protocol > CSS > GetMatchedStylesForNodeResponse > attributesStyle
Protocol.CSS.GetMatchedStylesForNodeResponse.attributesStyle property
Attribute-defined element style (e.g. resulting from "width=20 height=100%").
Signature:
attributesStyle?: CSSStyle;