Skip to main content

nodeui_to_value_pairs

Function nodeui_to_value_pairs 

Source
pub fn nodeui_to_value_pairs(nodeui: &TheNodeUI) -> Vec<(String, TheValue)>
Expand description

Converts current NodeUI values into (id, TheValue) pairs suitable for replay through Action::handle_event using TheEvent::ValueChanged.