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: LineStyleThe style of the container border
optional
lineSeparator: LineStyleThe style of the separator between lines
optional
itemSeparator: LineStyleThe style of the separator between items
optional
mainDistributedSpace: BoxStyleStyle of content-distribution space on the main axis (justify-content).
optional
crossDistributedSpace: BoxStyleStyle of content-distribution space on the cross axis (align-content).
optional
rowGapSpace: BoxStyleStyle of empty space caused by row gaps (gap/row-gap).
optional
columnGapSpace: BoxStyleStyle of empty space caused by columns gaps (gap/column-gap).
optional
crossAlignment: LineStyleStyle of the self-alignment line (align-items).