chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom.events / DOMEvent / InlineStyleInvalidatedEvent

InlineStyleInvalidatedEvent

data class InlineStyleInvalidatedEvent : DOMEvent

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

Official doc

Constructors

<init>

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

InlineStyleInvalidatedEvent(nodeIds: List<NodeId>)

Properties

nodeIds

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

val nodeIds: List<NodeId>