<!-- 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) &gt; [hidden](./puppeteer.protocol.emulation.setscrollbarshiddenrequest.hidden.md)

## Protocol.Emulation.SetScrollbarsHiddenRequest.hidden property

Whether scrollbars should be always hidden.

<b>Signature:</b>

```typescript
hidden: boolean;
```