AffectedByStartingStylesFlagUpdatedParameter

@Serializable
data class AffectedByStartingStylesFlagUpdatedParameter(val nodeId: Int, val affectedByStartingStyles: Boolean)

Fired when a node's starting styles changes.

Constructors

constructor(nodeId: Int, affectedByStartingStyles: Boolean)

Properties

Link copied to clipboard

If the node has starting styles.

Link copied to clipboard
val nodeId: Int

The id of the node.