Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

The options for creating a file browser using a file browser factory.

Notes

In future versions of JupyterLab, some of these options may disappear, which is a backward-incompatible API change and will necessitate a new version release. This is because in future versions, there will likely be an application-wide notion of a singleton command registry and a singleton state database.

Hierarchy

  • IOptions

Index

Properties

Optional driveName

driveName: string

An optional Contents.IDrive name for the model. If given, the model will prepend driveName: to all paths used in file operations.

Optional refreshInterval

refreshInterval: number

The time interval for browser refreshing, in ms.

Optional state

state: IStateDB | null

The state database to use for saving file browser state and restoring it.

Notes

Unless the value null is set for this option, the application state database will be automatically passed in and used for state restoration.

Generated using TypeDoc