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

Configuration data for the highlighting of Flex container elements.

Properties

optional
containerBorder: LineStyle

The style of the container border

optional
lineSeparator: LineStyle

The style of the separator between lines

optional
itemSeparator: LineStyle

The style of the separator between items

optional
mainDistributedSpace: BoxStyle

Style of content-distribution space on the main axis (justify-content).

optional
crossDistributedSpace: BoxStyle

Style of content-distribution space on the cross axis (align-content).

optional
rowGapSpace: BoxStyle

Style of empty space caused by row gaps (gap/row-gap).

optional
columnGapSpace: BoxStyle

Style of empty space caused by columns gaps (gap/column-gap).

optional
crossAlignment: LineStyle

Style of the self-alignment line (align-items).