ActionState
Interface representing the current state of various user interactions in the diagram.
This state is read-only and automatically managed by the library. It provides information about active operations such as resizing, linking, dragging, and other user interactions. Use this to observe the current state, not to modify it.
Properties
Section titled “Properties”copyPaste?
Section titled “copyPaste?”
optionalcopyPaste:CopyPasteActionState
State related to copy-paste actions
dragging?
Section titled “dragging?”
optionaldragging:DraggingActionState
State related to dragging elements
highlightGroup?
Section titled “highlightGroup?”
optionalhighlightGroup:HighlightGroupActionState
State related to highlighting groups
linking?
Section titled “linking?”
optionallinking:LinkingActionState
State related to linking nodes
resize?
Section titled “resize?”
optionalresize:ResizeActionState
State related to node resizing action
rotation?
Section titled “rotation?”
optionalrotation:RotationActionState
State related to node rotation