igcv3 - v1.1.0
GitHub
Preparing search index...
utils/prompts
FuzzyPathQuestion
Interface FuzzyPathQuestion
interface
FuzzyPathQuestion
{
excludePath
?:
(
path
:
string
)
=>
boolean
;
itemType
?:
"directory"
|
"file"
|
"any"
;
rootPath
?:
string
;
suggestOnly
?:
boolean
;
depthLimit
?:
number
;
}
Hierarchy
Question
FuzzyPathQuestion
Index
Properties
exclude
Path?
item
Type?
root
Path?
suggest
Only?
depth
Limit?
Properties
Optional
exclude
Path
excludePath
?:
(
path
:
string
)
=>
boolean
Optional
item
Type
itemType
?:
"directory"
|
"file"
|
"any"
Optional
root
Path
rootPath
?:
string
Optional
suggest
Only
suggestOnly
?:
boolean
Optional
depth
Limit
depthLimit
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exclude
Path
item
Type
root
Path
suggest
Only
depth
Limit
Documentation
GitHub
igcv3 - v1.1.0
Loading...