↓ 1 callersFunctioncreateSVG({
from,
to,
stage,
id,
outputNodeId,
outputPortName,
inputNodeId,
inputPortName
}: {
from:
src/connectionCalculator.ts:145
FunctionComment({
dispatch,
id,
x,
y,
width,
height,
color,
text,
stageRect,
onDragStart,
isNew
}: Comm
src/components/Comment/Comment.tsx:26
FunctionConnection({
from,
to,
id,
lineRef,
outputNodeId,
outputPortName,
inputNodeId,
inputPortName
}: Connecti
src/components/Connection/Connection.tsx:17
FunctionContextMenu({
x,
y,
options = [],
onRequestClose,
onOptionSelected,
label,
hideHeader,
hideFilter,
empt
src/components/ContextMenu/ContextMenu.tsx:19
FunctionContextOption({
menuId,
index,
children,
onClick,
selected,
onMouseEnter
}: ContextOptionProps)
src/components/ContextMenu/ContextMenu.tsx:238
FunctionDraggable({
children,
stageState,
stageRect,
onDragDelayStart,
onDragStart,
onDrag,
onDragEnd,
onMouseD
src/components/Draggable/Draggable.tsx:19
FunctionInput({
type,
label,
name,
nodeId,
data,
controls: localControls,
inputTypes,
noControls,
trigger
src/components/IoPorts/IoPorts.tsx:162
FunctionIoPorts({
nodeId,
inputs = [],
outputs = [],
connections,
inputData,
updateNodeConnections
}: IoPortsProp
src/components/IoPorts/IoPorts.tsx:79
FunctionNode({
id,
width,
x,
y,
stageRect,
connections,
type,
inputData,
root,
onDragStart,
renderNo
src/components/Node/Node.tsx:38
FunctionOutput({
label,
name,
nodeId,
type,
inputTypes,
triggerRecalculation
}: OutputProps)
src/components/IoPorts/IoPorts.tsx:246
FunctionPort({
color = "grey",
name = "",
type,
isInput,
nodeId,
triggerRecalculation
}: PortProps)
src/components/IoPorts/IoPorts.tsx:289
FunctionSelectedOption({
option: { label, description } = {
label: "",
description: "",
value: ""
},
wrapperRef,
src/components/Select/Select.tsx:138
FunctionStage({
scale,
translate,
editorId,
dispatchStageState,
children,
outerStageChildren,
numNodes,
sta
src/components/Stage/Stage.tsx:40
FunctionTextInput({
placeholder,
updateNodeConnections,
onChange,
data,
step,
type
}: TextInputProps)
src/components/TextInput/TextInput.tsx:14
FunctionToast({
id,
title,
message,
duration,
type,
exiting,
y,
onHeightReceived,
onExitRequested,
onRe
src/components/Toaster/Toaster.tsx:75