NodeGraphPortVisualProps
Defined in: src/components/editor/NodeGraph/NodeGraphPortVisual.tsx:7
Properties
className?
optionalclassName:string
Defined in: src/components/editor/NodeGraph/NodeGraphPortVisual.tsx:30
color?
optionalcolor:string
Defined in: src/components/editor/NodeGraph/NodeGraphPortVisual.tsx:19
Stroke / fill colour. Defaults to currentColor so the parent
<NodeGraph.Port> can route its colour prop and interaction-state
colours (source / candidate / invalid) into the shape via the CSS
color cascade. Pass an explicit colour when using the visual
standalone (outside a port slot).
filled?
optionalfilled:boolean
Defined in: src/components/editor/NodeGraph/NodeGraphPortVisual.tsx:25
Filled (true) paints the interior; hollow (false) draws an outline
only — the standard “wired vs unwired pin” convention.
Default
falseshape?
optionalshape:NodeGraphPortShape
Defined in: src/components/editor/NodeGraph/NodeGraphPortVisual.tsx:11
Handle shape.
Default
'circle'size?
optionalsize:number
Defined in: src/components/editor/NodeGraph/NodeGraphPortVisual.tsx:29
Box size in CSS pixels.
Default
14style?
optionalstyle:CSSProperties
Defined in: src/components/editor/NodeGraph/NodeGraphPortVisual.tsx:31