Documentación offline Docker main
por @raupulus

Interface: Dialog

main Documentación oficial Licencia Apache-2.0Descargado el 2026-09-15 Bundle .md (6.1 MB) ↓

En esta página

Allows opening native dialog boxes.

Since

0.2.3

Methods#

showOpenDialog#

showOpenDialog(dialogProperties): Promise<OpenDialogResult>

Display a native open dialog. Lets you select a file or a folder.

ddClient.desktopUI.dialog.showOpenDialog({properties: ['openFile']});

Parameters#

Name Type Description
dialogProperties any Properties to specify the open dialog behaviour, see https://www.electronjs.org/docs/latest/api/dialog#dialogshowopendialogbrowserwindow-options.

Returns#

Promise<OpenDialogResult>