Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileDialogProps

Common "super" interface of the electron.SaveDialogOptions and electron.OpenDialogOptions types.

Hierarchy

  • FileDialogProps

Index

Properties

Optional Readonly defaultPath

defaultPath: string

The default path, where the dialog opens. Requires an FS path.

Optional Readonly filters

filters: FileFilter[]

Resource filter.

Optional Readonly title

title: string

The dialog title.