data class InlineStyleInvalidatedEvent : DOMEvent
InlineStyleInvalidatedEvent(nodeIds: List<NodeId>)
Ids of the nodes for which the inline styles have been invalidated.
val nodeIds: List<NodeId>