Interface: PickedFileDto
Defined in: Extensions/ExtensionApiDtos.ts:300
Properties
contents
contents:
string|ArrayBuffer
Defined in: Extensions/ExtensionApiDtos.ts:305
handle
handle:
string
Defined in: Extensions/ExtensionApiDtos.ts:311
An opaque handle the host uses to refer to this file later (e.g. for subsequent reads of the same file the user picked). The handle does NOT encode the absolute path.
name
name:
string
Defined in: Extensions/ExtensionApiDtos.ts:302
Filename only — no path.
size
size:
number
Defined in: Extensions/ExtensionApiDtos.ts:304
Bytes.