@jupyterlite / @jupyterlite/apputils / LiteWorkspaceManager / IOptions
Interface: IOptions#
Defined in: packages/apputils/src/workspaces.ts:141
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:145
The server settings.
storageDrivers?#
optionalstorageDrivers:null|string[]
Defined in: packages/apputils/src/statedb.ts:170
The drivers to use for storage.
Inherited from#
storageName?#
optionalstorageName:null|string
Defined in: packages/apputils/src/statedb.ts:165
The name of the storage instance on e.g. IndexedDB, localStorage