MCPcopy Index your code
hub / github.com/code-with-antonio/nodebase / WorkflowNodeProps

Interface WorkflowNodeProps

src/components/workflow-node.tsx:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { Button } from "./ui/button";
7
8interface WorkflowNodeProps {
9 children: ReactNode;
10 showToolbar?: boolean;
11 onDelete?: () => void;
12 onSettings?: () => void;
13 name?: string;
14 description?: string;
15};
16
17export function WorkflowNode({
18 children,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected