@jupyterlite

***`

@jupyterlite / @jupyterlite/contents / TDriveRequest

类型别名:TDriveRequest\<T\>#

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

定义位置:packages/contents/src/drivefs.ts:76

驱动器请求

类型声明#

browsingContextId?#

可选 browsingContextId: string

用于标识此请求来源的唯一 ID

method#

method: T

请求的方法(rmdir、readdir 等)

path#

path: string

发送请求的文件/目录的路径

类型参数#

T#

T 继承 TDriveMethod