Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Overlay.ScrollSnapContainerHighlightConfig

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Overlay.ScrollSnapContainerHighlightConfig
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { ScrollSnapContainerHighlightConfig } = Protocol.Overlay;

Properties

optional
snapportBorder: LineStyle

The style of the snapport border (default: transparent)

optional
snapAreaBorder: LineStyle

The style of the snap area border (default: transparent)

optional
scrollMarginColor: DOM.RGBA

The margin highlight fill color (default: transparent).

optional
scrollPaddingColor: DOM.RGBA

The padding highlight fill color (default: transparent).