Skip to main content

dialog.OpenDialogOptions

Options for the open dialog.

Properties#

defaultPath#

Optional defaultPath: string

Initial directory or file path. It must exist.

Defined in#

dialog.ts:49


directory#

Optional directory: boolean

Whether the dialog is a directory selection or not.

Defined in#

dialog.ts:53


filters#

Optional filters: DialogFilter[]

The filters of the dialog.

Defined in#

dialog.ts:47


multiple#

Optional multiple: boolean

Whether the dialog allows multiple selection or not.

Defined in#

dialog.ts:51