@jupyterlite

***`

@jupyterlite / @jupyterlite/services / TDriveRequest

Type Alias: TDriveRequest\<T\>#

**TDriveRequest**\<T\> = object&T *extends* keyof [TDriveData](TDriveData.md) ? object:object`

Defined in: packages/services/src/contents/drivefs.ts:75

Drive request

Type declaration#

browsingContextId?#

optional browsingContextId: string

A unique ID to identify the origin of this request

method#

method: T

The method of the request (rmdir, readdir etc)

path#

path: string

The path to the file/directory for which the request was sent

requestId?#

optional requestId: string

A unique ID to correlate this specific request with its response

Type Parameters#

T#

T extends TDriveMethod