Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
file-search
QuickFileSelectOptions
Interface QuickFileSelectOptions
interface
QuickFileSelectOptions
{
hideIgnoredFiles
?:
boolean
;
onSelect
?:
(
(
item
)
=>
void
)
;
}
Index
Properties
hide
Ignored
Files?
on
Select?
Properties
Optional
hide
Ignored
Files
hide
Ignored
Files
?:
boolean
Whether to hide .gitignored (and other ignored) files.
Optional
on
Select
on
Select
?:
(
(
item
)
=>
void
)
Executed when the item is selected.
Type declaration
(
item
)
:
void
Parameters
item
:
FileQuickPickItem
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
hide
Ignored
Files
on
Select
Theia TypeDoc
Loading...
Whether to hide .gitignored (and other ignored) files.