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

19 lines
789 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; [GetComputedStyleForNodeResponse](./puppeteer.protocol.css.getcomputedstylefornoderesponse.md)
## Protocol.CSS.GetComputedStyleForNodeResponse interface
<b>Signature:</b>
```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. |