Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SaveDialogOptions

Options to configure the behaviour of a file save dialog.

Hierarchy

  • SaveDialogOptions

Index

Properties(4)

Properties(4)

Optional defaultUri

defaultUri: Uri

The resource the dialog shows when opened.

Optional saveLabel

saveLabel: string

A human-readable string for the save button.

Optional filters

filters: {}

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, for example:

{
    'Images': ['png', 'jpg'],
    'TypeScript': ['ts', 'tsx']
}

Type declaration

  • [name: string]: string[]

Optional title

title: string

Dialog title.

This parameter might be ignored, as not all operating systems display a title on save dialogs (for example, macOS).

Generated by TypeDoc. Maintained by 洛竹