ironflow.gui.boxes.node_interface.control module
For directly controlling node IO (as opposed to giving it to nodes by connecting them to other OI).
- class ironflow.gui.boxes.node_interface.control.NodeController(gui: GUI)[source]
Bases:
NodeInterfaceBaseHandles the creation of widgets for manually adjusting node input and viewing node info.
- property info_box: VBox
- property input_box: ipywidgets.widgets.widget_box.GridBox | ipywidgets.widgets.widget_output.Output
- property input_widget: Widget