mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
838 B
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. |