ReadonlyariaAccessible label for the file browser.
ReadonlydatasourceThe datasource providing the file/directory structure.
ReadonlydirectoryEmitted when the current directory changes.
ReadonlyentryOptional custom template for rendering each entry in the contents panel.
ReadonlyfileEmitted when a file (non-directory) is activated (double-click / Enter).
ReadonlymetadataCallback that extracts metadata fields from a selected entry. Required for the details pane to display meaningful data.
ReadonlynameOptional persistence key. When set, sidebar and details panel widths are saved to and restored from storage.
ReadonlyrootLabel for the root breadcrumb item.
ReadonlyselectedThe currently selected entry (two-way bindable).
ReadonlyshowWhether to show the details pane for the selected entry.
ReadonlyshowWhether to show the sidebar tree panel.
ReadonlyviewActive view mode for the contents panel.
A two-panel file browser block composing UITreeView, UIBreadcrumb, and a contents list.
The tree sidebar shows the folder hierarchy. Selecting a folder displays its contents (files and sub-folders) in the main panel. A breadcrumb bar shows the current path and allows quick navigation to ancestor folders.
Basic usage
With custom entry template