Extremely Popular
Go to Latest
interface puppeteer.DOM.InlineStyleInvalidatedEvent
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { InlineStyleInvalidatedEvent } = puppeteer.DOM;

Fired when Element's inline style is modified via a CSS property modification.

Properties

nodeIds: NodeId[]

Ids of the nodes for which the inline styles have been invalidated.