InlineStyleInvalidated

@Serializable
data class InlineStyleInvalidated(val nodeIds: List<NodeId>) : DOMEvent

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

Official doc

Constructors

Link copied to clipboard
constructor(nodeIds: List<NodeId>)

Properties

Link copied to clipboard

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