Skip to main content
interface Protocol.Overlay.ScrollSnapContainerHighlightConfig
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
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).