Optional
canOptional
canAllow to select folders, defaults to false
.
Optional
canAllow to select many files or folders.
Optional
filtersA 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']
}
Optional
modalDetermines if the dialog window should be modal.
Defaults to true
.
Optional
openA human-readable string for the accept button.
Allow to select files, defaults to
true
.