FunctionContextMenu({
isOpen,
position,
items,
onAction,
onClose,
}: ContextMenuProps)
frontend/src/components/ui/ContextMenu.tsx:22
FunctionFileTree({
files,
selectedFile,
onSelectFile,
onFilesChange,
isLoading = false,
}: FileTreeProps)
frontend/src/components/file-tree/FileTree.tsx:34
FunctionFileTreeItem({
node,
depth,
selectedPath,
expandedFolders,
renamingPath,
renameValue,
creatingIn,
creating
frontend/src/components/file-tree/FileTreeItem.tsx:33