965 B
965 B
Home > puppeteer > Protocol > CSS > GetInlineStylesForNodeResponse
Protocol.CSS.GetInlineStylesForNodeResponse interface
Signature:
export interface GetInlineStylesForNodeResponse
Properties
Property | Type | Description |
---|---|---|
attributesStyle | CSSStyle | Attribute-defined element style (e.g. resulting from "width=20 height=100%"). |
inlineStyle | CSSStyle | Inline style for the specified DOM node. |