Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.d.ts";
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.