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. |