Interface: SaveDialogOptions
Options to configure the behaviour of a file save dialog.
Properties
defaultUri?
optionaldefaultUri:Uri
The resource the dialog shows when opened.
Source
packages/extension-api/src/extension-api.d.ts:1590
filters?
optionalfilters:object[]
A set of file filters that are used by the dialog.
Source
packages/extension-api/src/extension-api.d.ts:1600
saveLabel?
optionalsaveLabel:string
A human-readable string for the save button.
Source
packages/extension-api/src/extension-api.d.ts:1595
title?
optionaltitle:string
Dialog title.