[**@jupyterlite**](../../../../../README.md) *** [@jupyterlite](../../../../../README.md) / [@jupyterlite/contents](../../../README.md) / [ServiceWorkerContentsAPI](../README.md) / IOptions # Interface: ~~IOptions~~ Defined in: packages/services/lib/contents/drivefs.d.ts:203 Initialization options for a service worker contents API ## Extends - [`IOptions`](../../../../services/namespaces/ContentsAPI/interfaces/IOptions.md) ## Properties ### ~~baseUrl~~ > **baseUrl**: `string` Defined in: packages/services/lib/contents/drivefs.d.ts:207 The base URL. *** ### ~~browsingContextId~~ > **browsingContextId**: `string` Defined in: packages/services/lib/contents/drivefs.d.ts:211 The ID of the browsing context where the request originated. *** ### ~~driveName~~ > **driveName**: `string` Defined in: packages/services/lib/contents/drivefs.d.ts:181 The name of the drive to use for the contents API request. #### Inherited from [`IOptions`](../../../../services/namespaces/ContentsAPI/interfaces/IOptions.md).[`driveName`](../../../../services/namespaces/ContentsAPI/interfaces/IOptions.md#drivename) *** ### ~~ERRNO\_CODES~~ > **ERRNO\_CODES**: `any` Defined in: packages/services/lib/contents/drivefs.d.ts:193 The filesystem error codes. #### Inherited from [`IOptions`](../../../../services/namespaces/ContentsAPI/interfaces/IOptions.md).[`ERRNO_CODES`](../../../../services/namespaces/ContentsAPI/interfaces/IOptions.md#errno_codes) *** ### ~~FS~~ > **FS**: `any` Defined in: packages/services/lib/contents/drivefs.d.ts:189 The filesystem module API. #### Inherited from [`IOptions`](../../../../services/namespaces/ContentsAPI/interfaces/IOptions.md).[`FS`](../../../../services/namespaces/ContentsAPI/interfaces/IOptions.md#fs) *** ### ~~mountpoint~~ > **mountpoint**: `string` Defined in: packages/services/lib/contents/drivefs.d.ts:185 Where to mount files in the kernel. #### Inherited from [`IOptions`](../../../../services/namespaces/ContentsAPI/interfaces/IOptions.md).[`mountpoint`](../../../../services/namespaces/ContentsAPI/interfaces/IOptions.md#mountpoint)