Skip to main content
Go to Latest
interface Protocol.CSS.CSSContainerQuery
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { CSSContainerQuery } = Protocol.CSS;

CSS container query rule descriptor.

Properties

text: string

Container query text.

optional
range: SourceRange

The associated rule header range in the enclosing stylesheet (if available).

optional
styleSheetId: StyleSheetId

Identifier of the stylesheet containing this object (if exists).

optional
name: string

Optional name for the container.