Skip to content

NodeGraphPortShape

NodeGraphPortShape = "circle" | "triangle" | "diamond" | "square"

Defined in: src/components/editor/NodeGraph/NodeGraph.types.ts:229

Built-in port handle shapes. circle is the default data-pin look, triangle is the UE-style exec/flow arrow, diamond / square cover the other common node-editor conventions. Render any other visual by passing children to <NodeGraph.Port>.