Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/file-search
browser/quick-file-select-service
QuickFileSelectOptions
Interface QuickFileSelectOptions
interface
QuickFileSelectOptions
{
hideIgnoredFiles
?:
boolean
;
onSelect
?:
(
item
:
FileQuickPickItem
)
=>
void
;
}
Index
Properties
hide
Ignored
Files?
on
Select?
Properties
Optional
hide
Ignored
Files
hideIgnoredFiles
?:
boolean
Whether to hide .gitignored (and other ignored) files.
Optional
on
Select
onSelect
?:
(
item
:
FileQuickPickItem
)
=>
void
Executed when the item is selected.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hide
Ignored
Files
on
Select
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Whether to hide .gitignored (and other ignored) files.