pub fn plan_node_nudge(
graph: &Graph,
view_state: &NodeGraphViewState,
interaction: &NodeGraphInteractionState,
request: NodeNudgeRequest,
) -> Option<NodeNudgePlan>Expand description
Plans a keyboard nudge update for the currently selected nodes without mutating the graph.