Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.CSS.GetInlineStylesForNodeResponse
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { GetInlineStylesForNodeResponse } = default.CSS;

Properties

optional
inlineStyle: CSSStyle

Inline style for the specified DOM node.

optional
attributesStyle: CSSStyle

Attribute-defined element style (e.g. resulting from "width=20 height=100%").