[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [GetBackgroundColorsRequest](./puppeteer.protocol.css.getbackgroundcolorsrequest.md) ## Protocol.CSS.GetBackgroundColorsRequest interface Signature: ```typescript export interface GetBackgroundColorsRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [nodeId](./puppeteer.protocol.css.getbackgroundcolorsrequest.nodeid.md) | [DOM.NodeId](./puppeteer.protocol.dom.nodeid.md) | Id of the node to get background colors for. |