AffectedByStartingStylesFlagUpdated

@Serializable
data class AffectedByStartingStylesFlagUpdated(val nodeId: NodeId, val affectedByStartingStyles: Boolean) : DOMEvent

Fired when a node's starting styles changes.

Official doc

Constructors

Link copied to clipboard
constructor(nodeId: NodeId, affectedByStartingStyles: Boolean)

Properties

Link copied to clipboard

If the node has starting styles.

Link copied to clipboard

The id of the node.