Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

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']
}
inputValue?: string

A human-readable value for the input.

modal?: boolean

Determines if the dialog window should be modal. Defaults to true.

saveLabel?: string

A human-readable string for the accept button.