Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias default.DOM.PseudoType
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { PseudoType } = default.DOM;

Pseudo element type.

definition: (
| "first-line"
| "first-letter"
| "before"
| "after"
| "marker"
| "backdrop"
| "selection"
| "target-text"
| "spelling-error"
| "grammar-error"
| "highlight"
| "first-line-inherited"
| "scrollbar"
| "scrollbar-thumb"
| "scrollbar-button"
| "scrollbar-track"
| "scrollbar-track-piece"
| "scrollbar-corner"
| "resizer"
| "input-list-button"
| "page-transition"
| "page-transition-container"
| "page-transition-image-wrapper"
| "page-transition-outgoing-image"
| "page-transition-incoming-image"
)