pub fn plan_node_drag(
graph: &Graph,
view_state: &NodeGraphViewState,
interaction: &NodeGraphInteractionState,
request: NodeDragRequest,
) -> Option<NodeDragPlan>Expand description
Plans a node drag update without mutating the graph.