@jupyterlite


@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#

IOptions.localforage


settings?#

optional settings: ISettings

Defined in: packages/apputils/src/workspaces.ts:145

The server settings.


storageDrivers?#

optional storageDrivers: null | string[]

Defined in: packages/apputils/src/statedb.ts:170

The drivers to use for storage.

Inherited from#

IOptions.storageDrivers


storageName?#

optional storageName: null | string

Defined in: packages/apputils/src/statedb.ts:165

The name of the storage instance on e.g. IndexedDB, localStorage

Inherited from#

IOptions.storageName