[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [TakeComputedStyleUpdatesResponse](./puppeteer.protocol.css.takecomputedstyleupdatesresponse.md) > [nodeIds](./puppeteer.protocol.css.takecomputedstyleupdatesresponse.nodeids.md) ## Protocol.CSS.TakeComputedStyleUpdatesResponse.nodeIds property The list of node Ids that have their tracked computed styles updated Signature: ```typescript nodeIds: DOM.NodeId[]; ```