19 lines
696 B
Markdown
19 lines
696 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [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. |
|
||
|
|