@jupyterlite / @jupyterlite/contents / TDriveRequest
Type Alias: TDriveRequest<T>#
TDriveRequest<
T> =object&Textends keyofTDriveData?object:object
Defined in: packages/services/lib/contents/drivefs.d.ts:36
Drive request
Type Declaration#
browsingContextId?#
optionalbrowsingContextId: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?#
optionalrequestId:string
A unique ID to correlate this specific request with its response
Type Parameters#
T#
T extends TDriveMethod