puppeteer/new-docs/puppeteer.protocol.css.takecomputedstyleupdatesresponse.md

19 lines
776 B
Markdown
Raw Normal View History

<!-- 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; [CSS](./puppeteer.protocol.css.md) &gt; [TakeComputedStyleUpdatesResponse](./puppeteer.protocol.css.takecomputedstyleupdatesresponse.md)
## Protocol.CSS.TakeComputedStyleUpdatesResponse interface
<b>Signature:</b>
```typescript
export interface TakeComputedStyleUpdatesResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [nodeIds](./puppeteer.protocol.css.takecomputedstyleupdatesresponse.nodeids.md) | [DOM.NodeId](./puppeteer.protocol.dom.nodeid.md)<!-- -->\[\] | The list of node Ids that have their tracked computed styles updated |