mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
852 B
852 B
Home > puppeteer > Protocol > Emulation > SetDefaultBackgroundColorOverrideRequest
Protocol.Emulation.SetDefaultBackgroundColorOverrideRequest interface
Signature:
export interface SetDefaultBackgroundColorOverrideRequest
Properties
Property | Type | Description |
---|---|---|
color | DOM.RGBA | RGBA of the default background color. If not specified, any existing override will be cleared. |