@jupyterlite

***`

@jupyterlite / @jupyterlite/contents / TDriveRequest

Type Alias: TDriveRequest\<T\>#

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

Defined in: packages/contents/src/drivefs.ts:76

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

Type Parameters#

T#

T extends TDriveMethod