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