Interface: OpenDialogOptions
Options to configure the behaviour of a file open dialog.
Properties
defaultUri?
optionaldefaultUri:Uri
The resource the dialog shows when opened.
Defined in
packages/extension-api/src/extension-api.d.ts:1819
filters?
optionalfilters:object[]
A set of file filters that are used by the dialog.
Defined in
packages/extension-api/src/extension-api.d.ts:1835
openLabel?
optionalopenLabel:string
A human-readable string for the open button.
Defined in
packages/extension-api/src/extension-api.d.ts:1824
selectors?
optionalselectors: ("openFile"|"openDirectory"|"multiSelections"|"showHiddenFiles")[]
Contains which features the dialog should use. The following values are supported:
Defined in
packages/extension-api/src/extension-api.d.ts:1830
title?
optionaltitle:string
Dialog title.