FunctionChatInputTextArea({
onSubmit: onSubmitProp,
value: valueProp,
onChange: onChangeProp,
className,
variant: variantProp,
..
web/src/components/ui/chat-input.tsx:76
FunctionDependencyEdge({
id,
sourceX,
sourceY,
targetX,
targetY,
sourcePosition,
targetPosition,
style = {},
marke
web/src/features/workspace/components/custom-edge/custom-edge.tsx:4
FunctionDependencyItem({ item, onUpdate, onDelete, onAddAbove, onAddBelow, isEditing = false, onEditingChange }: DependencyItemProps
web/src/features/workspace/components/operation-panel/dependency-item.tsx:23
FunctionEditableTextarea({
value,
onChange,
onDelete,
className = '',
placeholder = '',
showDeleteButton = true
}: Editabl
web/src/components/ui/editable-textarea.tsx:15
FunctionEditor({ initContent, placeholder, onChange, editable = true, className, hideToolbar = false, isEditing = true }: Ed
web/src/components/editor.tsx:108
FunctionEditorClient({ initContent, placeholder, onChange, editable, className, hideToolbar, isEditing }: EditorClientProps)
web/src/components/editor-client.tsx:21