OptionaladditionalOptionalcanAllow to select files, defaults to true.
OptionalcanAllow to select folders, defaults to false.
OptionalcanAllow to select many files or folders.
Optionalfilescheme of the fileUri. Defaults to file.
OptionalfiltersA 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']
}
OptionalmaxDetermines the maximum width of the dialog in pixels. Default value is undefined, which would result in the css property 'max-width: none' being applied to the dialog.
OptionalmodalDetermines if the dialog window should be modal.
Defaults to true.
OptionalopenA human-readable string for the accept button.
ReadonlytitleOptionalwordDetermine the word wrapping behavior for content in the dialog.
normal: breaks words at allowed break points.break-word: breaks otherwise unbreakable words.initial: sets the property to it's default value.inherit: inherit this property from it's parent element.
Default value is undefined, which would result in the css property 'word-wrap' not being applied to the dialog.
Additional buttons to show beside the close and accept buttons.