ironflow.gui.boxes.node_interface.representation module

For richer representations of node data allowing deeper analysis.

class ironflow.gui.boxes.node_interface.representation.NodePresenter[source]

Bases: NodeInterfaceBase

Handles the display of nodes with a representation.

clear_output() None[source]
close() None[source]
draw() None[source]
property node_widget: NodeWidget | None