dialog.OpenDialogOptions
Options for the open dialog.
#
Properties#
defaultPath• Optional
defaultPath: string
Initial directory or file path. It must exist.
#
Defined in#
directory• Optional
directory: boolean
Whether the dialog is a directory selection or not.
#
Defined in#
filters• Optional
filters: DialogFilter
[]
The filters of the dialog.
#
Defined in#
multiple• Optional
multiple: boolean
Whether the dialog allows multiple selection or not.