puppeteer/new-docs/puppeteer.protocol.css.fontvariationaxis.maxvalue.md

14 lines
544 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; [FontVariationAxis](./puppeteer.protocol.css.fontvariationaxis.md) &gt; [maxValue](./puppeteer.protocol.css.fontvariationaxis.maxvalue.md)
## Protocol.CSS.FontVariationAxis.maxValue property
The maximum value (inclusive) the font supports for this tag.
<b>Signature:</b>
```typescript
maxValue: number;
```