[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [TakeComputedStyleUpdatesResponse](./puppeteer.protocol.css.takecomputedstyleupdatesresponse.md) ## Protocol.CSS.TakeComputedStyleUpdatesResponse interface Signature: ```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 |