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

Media query expression descriptor.

Properties

value: number

Media query expression value.

unit: string

Media query expression units.

feature: string

Media query expression feature.

optional
valueRange: SourceRange

The associated range of the value text in the enclosing stylesheet (if available).

optional
computedLength: number

Computed length of media query expression (if applicable).