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

InlineStyleInvalidatedEvent

data class InlineStyleInvalidatedEvent : DOMEvent

Constructors

<init>

InlineStyleInvalidatedEvent(nodeIds: List<NodeId>)

Properties

nodeIds

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

val nodeIds: List<NodeId>