Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sinco/deps.ts>Protocol.CSS.GetInlineStylesForNodeResponse

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Protocol.CSS.GetInlineStylesForNodeResponse
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { GetInlineStylesForNodeResponse } = Protocol.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%").