14 lines
660 B
Markdown
14 lines
660 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [GetBackgroundColorsResponse](./puppeteer.protocol.css.getbackgroundcolorsresponse.md) > [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;
|
||
|
```
|