Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astral/bindings/celestial.ts>Overlay_GridHighlightConfig

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Overlay_GridHighlightConfig
import { type Overlay_GridHighlightConfig } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Configuration data for the highlighting of Grid elements.

definition: { showGridExtensionLines?: boolean; showPositiveLineNumbers?: boolean; showNegativeLineNumbers?: boolean; showAreaNames?: boolean; showLineNames?: boolean; showTrackSizes?: boolean; gridBorderColor?: DOM_RGBA; cellBorderColor?: DOM_RGBA; rowLineColor?: DOM_RGBA; columnLineColor?: DOM_RGBA; gridBorderDash?: boolean; cellBorderDash?: boolean; rowLineDash?: boolean; columnLineDash?: boolean; rowGapColor?: DOM_RGBA; rowHatchColor?: DOM_RGBA; columnGapColor?: DOM_RGBA; columnHatchColor?: DOM_RGBA; areaBorderColor?: DOM_RGBA; gridBackgroundColor?: DOM_RGBA; }