@jupyterlite


@jupyterlite / @jupyterlite/contents / TDriveRequest

Type Alias: TDriveRequest<T>#

TDriveRequest<T> = object & T extends keyof TDriveData ? object : object

Defined in: packages/services/lib/contents/drivefs.d.ts:36

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