Skip to content

SelectionRotatedEvent

Event payload emitted when a node is rotated in the diagram.

This event fires when the user rotates a node manually using the rotation handle or programmatically using the NgDiagramNodeService rotation methods.

angle: number

The new angle of the node in degrees


node: Node

The node that was rotated


previousAngle: number

The previous angle of the node in degrees