@jupyterlite

***`

@jupyterlite / @jupyterlite/contents / TDriveData

Type Alias: TDriveData#

**TDriveData** = object

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

Type of the data argument for the drive request, based on the request name

Properties#

mknod#

**mknod**: object

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

mode#

**mode**: number

The mode of the file to create

`***

put#

put: object

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

data#

data: any

The file content to write

format#

format: Contents.FileFormat

The file content format

***`

rename#

**rename**: object

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

newPath#

**newPath**: string`

The new path for the file