Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.CSS.CSSLayerData
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { CSSLayerData } = Protocol.CSS;

CSS Layer data.

Properties

name: string

Layer name.

optional
subLayers: CSSLayerData[]

Direct sub-layers

order: number

Layer order. The order determines the order of the layer in the cascade order. A higher number has higher priority in the cascade order.