19 lines
708 B
Markdown
19 lines
708 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[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
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```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. |
|
||
|
|