ironflow.gui.workflows.boxes.node_interface.representation module

For richer representations of node data allowing deeper analysis.

class ironflow.gui.workflows.boxes.node_interface.representation.NodePresenter(*args, **kwargs)[source]

Bases: DrawsWidgets

Handles the display of nodes with a representation.

clear()[source]

Delete all widgets instantiated between the end of init and the last clear call.

draw(*args, **kwargs)
draw_for_node_widget(node_widget: NodeWidget)[source]
main_widget_class

alias of VBox

update() None[source]