puppeteer/new-docs/puppeteer.protocol.dom.inlinestyleinvalidatedevent.md
2020-07-13 14:01:35 +01:00

838 B

Home > puppeteer > Protocol > DOM > InlineStyleInvalidatedEvent

Protocol.DOM.InlineStyleInvalidatedEvent interface

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

Signature:

export interface InlineStyleInvalidatedEvent 

Properties

Property Type Description
nodeIds NodeId[] Ids of the nodes for which the inline styles have been invalidated.