pub fn nodeui_to_value_pairs(nodeui: &TheNodeUI) -> Vec<(String, TheValue)>
Converts current NodeUI values into (id, TheValue) pairs suitable for replay through Action::handle_event using TheEvent::ValueChanged.
(id, TheValue)
Action::handle_event
TheEvent::ValueChanged