The resource the dialog shows when opened.
A human-readable string for the open button.
Allow to select files, defaults to true
.
Allow to select folders, defaults to false
.
Allow to select many files or folders.
A set of file filters that are used by the dialog. Each entry is a human-readable label, like "TypeScript", and an array of extensions, e.g.
{
'Images': ['png', 'jpg']
'TypeScript': ['ts', 'tsx']
}
Dialog title.
This parameter might be ignored, as not all operating systems display a title on open dialogs (for example, macOS).
Generated by TypeDoc
Options to configure the behaviour of a file open dialog.
canSelectFiles
andcanSelectFolders
totrue
on these platforms, a folder selector will be shown.canSelectFiles
andcanSelectFolders
tofalse
is futile and the editor then silently adjusts the options to select files.