puppeteer/new-docs/puppeteer.protocol.emulation.setscrollbarshiddenrequest.md

19 lines
696 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; [SetScrollbarsHiddenRequest](./puppeteer.protocol.emulation.setscrollbarshiddenrequest.md)
## Protocol.Emulation.SetScrollbarsHiddenRequest interface
<b>Signature:</b>
```typescript
export interface SetScrollbarsHiddenRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [hidden](./puppeteer.protocol.emulation.setscrollbarshiddenrequest.hidden.md) | boolean | Whether scrollbars should be always hidden. |