Interface TheiaFilesystemAPI
interface TheiaFilesystemAPI { showOpenDialog(options): Promise<undefined | string[]>; showSaveDialog(options): Promise<undefined | string>; } Methods
showOpenDialog
- showOpenDialog(options): Promise<undefined | string[]>
Returns Promise<undefined | string[]>
showSaveDialog
- showSaveDialog(options): Promise<undefined | string>
Returns Promise<undefined | string>