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

14 lines
613 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) &gt; [nodeIds](./puppeteer.protocol.css.takecomputedstyleupdatesresponse.nodeids.md)
## Protocol.CSS.TakeComputedStyleUpdatesResponse.nodeIds property
The list of node Ids that have their tracked computed styles updated
<b>Signature:</b>
```typescript
nodeIds: DOM.NodeId[];
```