puppeteer/new-docs/puppeteer.protocol.css.getbackgroundcolorsresponse.computedfontweight.md
2020-07-13 14:01:35 +01:00

660 B

Home > puppeteer > Protocol > CSS > GetBackgroundColorsResponse > computedFontWeight

Protocol.CSS.GetBackgroundColorsResponse.computedFontWeight property

The computed font weight for this node, as a CSS computed value string (e.g. 'normal' or '100').

Signature:

computedFontWeight?: string;