- Introduced the Application Worksheet functionality in graph view:
- Item ledger entries can be reapplied in the graph UI
- New actions and events in the graph control (refer to the description in Scripts/index.js for details)
-
Supported actions:
- AddNodes
- AddEdges
- CreateTextElements
- CreateTooltips
- DestroyContextMenu
- DrawGraph
- DrawGraphWithStyles
- InitializeDefaultContextMenu
- InitializeEdgeHandles
- RemoveEdges
- RemoveNodes
- RequestGraphData
- SetLayout
- SetNodeData
- SetNodeLabel
- SetNodeTooltipText
- SetTooltipTextOnMultipleNodes
- SetEditModeEnabled
-
Supported events:
- OnNodeClick
- OnGraphDataReceived
- OnEdgeDrawingStart
- OnEdgeDrawingStop
- OnEdgeDrawingDone
- OnEdgeDrawingCanceled
- OnNodeCreated
- OnEdgeCreated
- OnNodeRemoved
- OnEdgeRemoved
-