Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.DOM.InlineStyleInvalidatedEvent

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.DOM.InlineStyleInvalidatedEvent
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { InlineStyleInvalidatedEvent } = Protocol.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.