Private _filterPrivate _filterPrivate _filterOptional caseWhether to use case-sensitive search
Optional disabled?: booleanWhether the search box is disabled or not.
Optional filterSignal emitted when filter settings change
Optional forceWhether to force a refresh.
Optional initialAn optional initial search value.
Optional inputPass a ref to the input element
Optional placeholder?: stringOptional placeholder for the search box.
Optional showWhether to show a search icon in the box.
Optional updateA function to callback when filter is updated.
Optional useWhether to use the fuzzy filter.
Private _useReadonly managerThe document manager instance used by the file browser model.
Protected translatorThe drive name that gets prepended to the path.
Get the file path changed signal.
Whether to filter directories.
Signal for settings changed
Get whether the model is disposed.
Get the current path.
A signal emitted when the path changes.
Get the root path
Get the kernel spec models.
A signal emitted when an upload progresses.
Whether to apply fuzzy filter.
Protected handleProtected onHandle a change on the contents manager.
Protected onRestore the state of the file browser.
The unique ID that is used to construct a state database key.
If false, the restoration ID will be set but the file
browser state will not be fetched from the state database.
A promise when restoration is complete.
This function will only restore the model once. If it is called multiple times, all subsequent invocations are no-ops.
Upload a File object.
The File object to upload.
Optional path: stringThe directory into which the file should be uploaded; defaults to current directory.
A promise containing the new file contents model.
On Notebook version < 5.1.0, this will fail to upload files that are too big to be sent in one request to the server. On newer versions, or on Jupyter Server, it will ask for confirmation then upload the file in 1 MB chunks.
Create an iterator over the status of all in progress uploads.
File browser model with optional filter on element.