[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [GetComputedStyleForNodeResponse](./puppeteer.protocol.css.getcomputedstylefornoderesponse.md) ## Protocol.CSS.GetComputedStyleForNodeResponse interface Signature: ```typescript export interface GetComputedStyleForNodeResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [computedStyle](./puppeteer.protocol.css.getcomputedstylefornoderesponse.computedstyle.md) | [CSSComputedStyleProperty](./puppeteer.protocol.css.csscomputedstyleproperty.md)\[\] | Computed style for the specified DOM node. |