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