Module

x/fresh/tests/deps.ts>puppeteer.CSS.Value

The next-gen web framework.
Extremely Popular
Go to Latest
interface puppeteer.CSS.Value
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { Value } = puppeteer.CSS;

Data for a simple selector (these are delimited by commas in a selector list).

Properties

text: string

Value text.

optional
range: SourceRange

Value range in the underlying resource (if available).