puppeteer/new-docs/puppeteer.protocol.emulation.displayfeature.masklength.md

14 lines
713 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; [Emulation](./puppeteer.protocol.emulation.md) &gt; [DisplayFeature](./puppeteer.protocol.emulation.displayfeature.md) &gt; [maskLength](./puppeteer.protocol.emulation.displayfeature.masklength.md)
## Protocol.Emulation.DisplayFeature.maskLength property
A display feature may mask content such that it is not physically displayed - this length along with the offset describes this area. A display feature that only splits content will have a 0 mask\_length.
<b>Signature:</b>
```typescript
maskLength: integer;
```