[**@jupyterlite**](../../../../../README.md) *** [@jupyterlite](../../../../../README.md) / [@jupyterlite/services](../../../README.md) / [ServiceWorkerContentsAPI](../README.md) / IOptions # Interface: IOptions Defined in: [packages/services/src/contents/drivefs.ts:776](https://github.com/jupyterlite/jupyterlite/blob/14439ec34e3cade5baa221a050277e15da9d0c06/packages/services/src/contents/drivefs.ts#L776) Initialization options for a service worker contents API ## Extends - [`IOptions`](../../ContentsAPI/interfaces/IOptions.md) ## Properties ### baseUrl > **baseUrl**: `string` Defined in: [packages/services/src/contents/drivefs.ts:780](https://github.com/jupyterlite/jupyterlite/blob/14439ec34e3cade5baa221a050277e15da9d0c06/packages/services/src/contents/drivefs.ts#L780) The base URL. *** ### browsingContextId > **browsingContextId**: `string` Defined in: [packages/services/src/contents/drivefs.ts:785](https://github.com/jupyterlite/jupyterlite/blob/14439ec34e3cade5baa221a050277e15da9d0c06/packages/services/src/contents/drivefs.ts#L785) The ID of the browsing context where the request originated. *** ### driveName > **driveName**: `string` Defined in: [packages/services/src/contents/drivefs.ts:750](https://github.com/jupyterlite/jupyterlite/blob/14439ec34e3cade5baa221a050277e15da9d0c06/packages/services/src/contents/drivefs.ts#L750) The name of the drive to use for the contents API request. #### Inherited from [`IOptions`](../../ContentsAPI/interfaces/IOptions.md).[`driveName`](../../ContentsAPI/interfaces/IOptions.md#drivename) *** ### ERRNO\_CODES > **ERRNO\_CODES**: `any` Defined in: [packages/services/src/contents/drivefs.ts:765](https://github.com/jupyterlite/jupyterlite/blob/14439ec34e3cade5baa221a050277e15da9d0c06/packages/services/src/contents/drivefs.ts#L765) The filesystem error codes. #### Inherited from [`IOptions`](../../ContentsAPI/interfaces/IOptions.md).[`ERRNO_CODES`](../../ContentsAPI/interfaces/IOptions.md#errno_codes) *** ### FS > **FS**: [`FS`](../../../type-aliases/FS.md) Defined in: [packages/services/src/contents/drivefs.ts:760](https://github.com/jupyterlite/jupyterlite/blob/14439ec34e3cade5baa221a050277e15da9d0c06/packages/services/src/contents/drivefs.ts#L760) The filesystem module API. #### Inherited from [`IOptions`](../../ContentsAPI/interfaces/IOptions.md).[`FS`](../../ContentsAPI/interfaces/IOptions.md#fs) *** ### mountpoint > **mountpoint**: `string` Defined in: [packages/services/src/contents/drivefs.ts:755](https://github.com/jupyterlite/jupyterlite/blob/14439ec34e3cade5baa221a050277e15da9d0c06/packages/services/src/contents/drivefs.ts#L755) Where to mount files in the kernel. #### Inherited from [`IOptions`](../../ContentsAPI/interfaces/IOptions.md).[`mountpoint`](../../ContentsAPI/interfaces/IOptions.md#mountpoint)