Search
Preparing search index...
The search index is not available
@argdown/node
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@argdown/node
IncludePlugin
Class IncludePlugin
Hierarchy
IncludePlugin
Implements
IAsyncArgdownPlugin
Index
Constructors
constructor
Properties
defaults
name
prepare
run
Async
Methods
get
Settings
replace
Includes
Async
Constructors
constructor
new
Include
Plugin
(
config
?:
IIncludeSettings
)
:
IncludePlugin
Parameters
Optional
config:
IIncludeSettings
Returns
IncludePlugin
Properties
defaults
defaults
:
IIncludeSettings
name
name
:
string
= "IncludePlugin"
prepare
prepare
:
IRequestHandler
= ...
run
Async
run
Async
:
IAsyncRequestHandler
= ...
Methods
get
Settings
get
Settings
(
request
:
IArgdownRequest
)
:
IIncludeSettings
Parameters
request:
IArgdownRequest
Returns
IIncludeSettings
replace
Includes
Async
replace
Includes
Async
(
currentFilePath
:
string
, str
:
string
, regEx
:
RegExp
, filesAlreadyIncluded
:
string
[]
)
:
Promise
<
string
>
Parameters
currentFilePath:
string
str:
string
regEx:
RegExp
filesAlreadyIncluded:
string
[]
Returns
Promise
<
string
>
Exports
Include
Plugin
constructor
defaults
name
prepare
run
Async
get
Settings
replace
Includes
Async
Generated using
TypeDoc