Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SaveDialogOptions

Extenstion of 'vscode.SaveDialogOptions' interface.

Hierarchy

  • SaveDialogOptions
    • SaveDialogOptions

Index

Properties

Optional defaultUri

defaultUri: Uri

The resource the dialog shows when opened.

Optional filters

filters: object

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']
}

Type declaration

  • [name: string]: string[]

Optional saveLabel

saveLabel: string

A human-readable string for the save button.

Generated using TypeDoc