@jupyterlite / @jupyterlite/apputils / LiteWorkspaceManager / IOptions
Interface: IOptions#
Defined in: packages/apputils/src/workspaces.ts:147
The options for creating LiteWorkspaceManager.
Extends#
Properties#
localforage#
localforage:
LocalForage
Defined in: packages/apputils/src/statedb.ts:175
The localForage instance to use.
Inherited from#
settings?#
optionalsettings:ISettings
Defined in: packages/apputils/src/workspaces.ts:151
The server settings.
storageDrivers?#
optionalstorageDrivers:string[] |null
Defined in: packages/apputils/src/statedb.ts:170
The drivers to use for storage.
Inherited from#
storageName?#
optionalstorageName:string|null
Defined in: packages/apputils/src/statedb.ts:165
The name of the storage instance on e.g. IndexedDB, localStorage