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

20 lines
753 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; [CSSComputedStyleProperty](./puppeteer.protocol.css.csscomputedstyleproperty.md)
## Protocol.CSS.CSSComputedStyleProperty interface
<b>Signature:</b>
```typescript
export interface CSSComputedStyleProperty
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [name](./puppeteer.protocol.css.csscomputedstyleproperty.name.md) | string | Computed style property name. |
| [value](./puppeteer.protocol.css.csscomputedstyleproperty.value.md) | string | Computed style property value. |