mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
965 B
Markdown
20 lines
965 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [GetInlineStylesForNodeResponse](./puppeteer.protocol.css.getinlinestylesfornoderesponse.md)
|
||
|
|
||
|
## Protocol.CSS.GetInlineStylesForNodeResponse interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface GetInlineStylesForNodeResponse
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [attributesStyle](./puppeteer.protocol.css.getinlinestylesfornoderesponse.attributesstyle.md) | [CSSStyle](./puppeteer.protocol.css.cssstyle.md) | Attribute-defined element style (e.g. resulting from "width=20 height=100%"). |
|
||
|
| [inlineStyle](./puppeteer.protocol.css.getinlinestylesfornoderesponse.inlinestyle.md) | [CSSStyle](./puppeteer.protocol.css.cssstyle.md) | Inline style for the specified DOM node. |
|
||
|
|