Preparing search index...
The search index is not available
ArtusX
ArtusX
@artusx/core
ScannerOptions
Interface ScannerOptions
interface
ScannerOptions
{
app
?:
Application
;
configDir
:
string
;
envs
?:
string
[]
;
exclude
:
string
[]
;
extensions
:
string
[]
;
manifestFilePath
?:
string
;
needWriteFile
:
boolean
;
plugin
?:
PluginConfig
;
policy
:
ScanPolicy
;
useRelativePath
:
boolean
;
}
Index
Properties
app?
config
Dir
envs?
exclude
extensions
manifest
File
Path?
need
Write
File
plugin?
policy
use
Relative
Path
Properties
Optional
app
app
?:
Application
config
Dir
config
Dir
:
string
Optional
envs
envs
?:
string
[]
exclude
exclude
:
string
[]
extensions
extensions
:
string
[]
Optional
manifest
File
Path
manifest
File
Path
?:
string
need
Write
File
need
Write
File
:
boolean
Optional
plugin
plugin
?:
PluginConfig
policy
policy
:
ScanPolicy
use
Relative
Path
use
Relative
Path
:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
app
config
Dir
envs
exclude
extensions
manifest
File
Path
need
Write
File
plugin
policy
use
Relative
Path
ArtusX
Loading...