puppeteer/new-docs/puppeteer.protocol.css.getbackgroundcolorsresponse.computedfontweight.md

14 lines
660 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [GetBackgroundColorsResponse](./puppeteer.protocol.css.getbackgroundcolorsresponse.md) &gt; [computedFontWeight](./puppeteer.protocol.css.getbackgroundcolorsresponse.computedfontweight.md)
## Protocol.CSS.GetBackgroundColorsResponse.computedFontWeight property
The computed font weight for this node, as a CSS computed value string (e.g. 'normal' or '100').
<b>Signature:</b>
```typescript
computedFontWeight?: string;
```