import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { ScrollSnapContainerHighlightConfig } = Protocol.Overlay;
Properties
optional
snapportBorder: LineStyleThe style of the snapport border (default: transparent)
optional
snapAreaBorder: LineStyleThe style of the snap area border (default: transparent)
optional
scrollMarginColor: DOM.RGBAThe margin highlight fill color (default: transparent).
optional
scrollPaddingColor: DOM.RGBAThe padding highlight fill color (default: transparent).