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