obsidian/internals/internal-plugins/file-explorer
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| AbstractFileTreeItem | Base interface for file and folder tree items in the file explorer. |
| FileExplorerPlugin | Internal plugin registration for the file explorer sidebar. |
| FileExplorerPluginInstance | Plugin instance for the file explorer, managing the file tree sidebar view. |
| FileExplorerView | obsidian#View that renders the file explorer tree sidebar for navigating vault files and folders. |
| FileExplorerViewFileItemsRecord | Record mapping file paths to their corresponding file or folder tree items. |
| FileExplorerViewSortOrder | Available sort orders for the file explorer view. |
| FileTreeItem | Tree item representing a file in the file explorer. |
| FileTreeItemParent | Parent type for file tree items: either a folder or the tree root. |
| FolderTreeItem | Tree item representing a folder in the file explorer, supporting collapse and child items. |