InlineStyleInvalidatedParameter

@Serializable
data class InlineStyleInvalidatedParameter(val nodeIds: List<Int>)

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

Constructors

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

Properties

Link copied to clipboard

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