pub fn plan_delete_selection(
graph: &Graph,
view_state: &NodeGraphViewState,
interaction: &NodeGraphInteractionState,
) -> DeletePlanExpand description
Plans deletion for the current node/edge selection without mutating the graph.
pub fn plan_delete_selection(
graph: &Graph,
view_state: &NodeGraphViewState,
interaction: &NodeGraphInteractionState,
) -> DeletePlanPlans deletion for the current node/edge selection without mutating the graph.