↓ 21 callersFunctionn(
id: string,
label: string,
colorIdx: number,
shape: NodeShape,
x: number,
y: number,
w?: numbe
components/editor/starter-templates.ts:15
FunctionCanvasControls({
onZoomOut,
onFitView,
onZoomIn,
onUndo,
onRedo,
canUndo,
canRedo,
}: CanvasControlsProps)
components/editor/canvas/canvas-controls.tsx:15
FunctionCanvasEdgeComponent({
id,
sourceX,
sourceY,
targetX,
targetY,
sourcePosition,
targetPosition,
selected,
data,
components/editor/canvas/canvas-edge.tsx:14
FunctionEditorNavbar({
isOpen,
onToggle,
projectName,
isAiSidebarOpen = false,
onToggleAiSidebar,
onOpenShareDialog,
components/editor/editor-navbar.tsx:20