FunctionCodeEditor({
className,
language,
onChange,
value,
readOnly,
...props
}: CodeEditorProps)
web/src/components/code-editor/code-editor.tsx:13
FunctionCodeEditorWithDialog({
title,
description,
value,
onChange,
language,
className,
readOnly,
}: CodeEditorWithDialogProps)
web/src/components/code-editor-with-dialog/code-editor-with-dialog.tsx:16
FunctionDirectedEdgeComponent({
id,
sourceX,
sourceY,
targetX,
targetY,
markerEnd,
selected,
}: EdgeProps)
web/src/components/workflow-graph/edge.tsx:14
FunctionNodeBase({
nodeId,
icon,
type,
name,
selected,
}: NodeBaseProps)
web/src/components/workflow-graph/node-base.tsx:16
FunctionWorkflowListElement({
workflowId,
workflowName,
description,
controls,
isLive,
}: WorkflowListElementProps)
web/src/components/workflows-list/workflow-list-element.tsx:16