14 lines
577 B
Markdown
14 lines
577 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Overlay](./puppeteer.protocol.overlay.md) > [GridHighlightConfig](./puppeteer.protocol.overlay.gridhighlightconfig.md) > [showTrackSizes](./puppeteer.protocol.overlay.gridhighlightconfig.showtracksizes.md)
|
||
|
|
||
|
## Protocol.Overlay.GridHighlightConfig.showTrackSizes property
|
||
|
|
||
|
Show track size labels (default: false).
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
showTrackSizes?: boolean;
|
||
|
```
|