Node wrapper LiveComponent for LiveFlow.
Wraps node content and handles positioning, selection state, and handle rendering. Supports three ways to customize node content:
- Function component in
node_types— simplest, receives@nodeassign - LiveComponent module in
node_types— for stateful custom nodes node_rendererfallback — global function for all unmatched types
Priority: type-specific (node_types) > node_renderer > default label.
Summary
Functions
Default node rendering when no custom type is specified.
Functions
Default node rendering when no custom type is specified.
Attributes
node(LiveFlow.Node) (required)