puppeteer/new-docs/puppeteer.protocol.emulation.setdefaultbackgroundcoloroverriderequest.md
2020-07-13 14:01:35 +01:00

19 lines
852 B
Markdown

<!-- 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; [SetDefaultBackgroundColorOverrideRequest](./puppeteer.protocol.emulation.setdefaultbackgroundcoloroverriderequest.md)
## Protocol.Emulation.SetDefaultBackgroundColorOverrideRequest interface
<b>Signature:</b>
```typescript
export interface SetDefaultBackgroundColorOverrideRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [color](./puppeteer.protocol.emulation.setdefaultbackgroundcoloroverriderequest.color.md) | [DOM.RGBA](./puppeteer.protocol.dom.rgba.md) | RGBA of the default background color. If not specified, any existing override will be cleared. |