ReadonlyallowedOptional allowed-types mask. Accepts either a comma-separated string in
the <input accept> format (.ext, type/subtype, type/*) or a
pre-parsed AllowedFileTypes object.
When set, files that do not match are either grayed-out and non-interactive
(default) or hidden entirely if hideFiltered is true.
Directories are never filtered.
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).
ReadonlyhideWhen true, entries that do not pass the allowedTypes filter are
removed from the contents list entirely. When false (default) they are
still rendered but dimmed and non-interactive.
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 (two-way bindable).
ReadonlyshowWhether to show the sidebar tree panel.
ReadonlyshowWhen true, a toolbar is rendered in the header that lets the user
switch between view modes and toggle the details panel.
ReadonlyviewActive view mode for the contents panel (two-way bindable).
Navigate to the root directory.
A callback method that is invoked immediately after Angular has completed initialization of a component's view. It is invoked only once when the view is instantiated.
Toggle the details panel (used by the toolbar).
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