Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/filesystem
electron-common/electron-api
SaveDialogOptions
Interface SaveDialogOptions
interface
SaveDialogOptions
{
buttonLabel
?:
string
;
filters
?:
FileFilter
[]
;
maxWidth
?:
number
;
modal
?:
boolean
;
path
:
string
;
title
?:
string
;
}
Index
Properties
button
Label?
filters?
max
Width?
modal?
path
title?
Properties
Optional
button
Label
buttonLabel
?:
string
Optional
filters
filters
?:
FileFilter
[]
Optional
max
Width
maxWidth
?:
number
Optional
modal
modal
?:
boolean
path
path
:
string
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
button
Label
filters
max
Width
modal
path
title
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...