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

14 lines
639 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; [computedFontSize](./puppeteer.protocol.css.getbackgroundcolorsresponse.computedfontsize.md)
## Protocol.CSS.GetBackgroundColorsResponse.computedFontSize property
The computed font size for this node, as a CSS computed value string (e.g. '12px').
<b>Signature:</b>
```typescript
computedFontSize?: string;
```