Skip to main content

dialog.SaveDialogOptions

Options for the save dialog.

Properties#

defaultPath#

Optional defaultPath: string

Initial directory or file path. If it's a directory path, the dialog interface will change to that folder. If it's not an existing directory, the file name will be set to the dialog's file name input and the dialog will be set to the parent folder.

Defined in#

dialog.ts:65


filters#

Optional filters: DialogFilter[]

The filters of the dialog.

Defined in#

dialog.ts:59