ironflow.gui.boxes.node_interface.base module

Shared code among representations of node data.

class ironflow.gui.boxes.node_interface.base.NodeInterfaceBase[source]

Bases: Box, ABC

box_class

alias of Box

clear_output() None[source]
abstract draw() None[source]
property layout: Layout

An empty layout. Overwrite in children as desired.