Search
Preparing search index...
The search index is not available
review.js
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"controller/Config"
ReVIEW
NodeJSConfig
Class NodeJSConfig
Hierarchy
Config
NodeJSConfig
Index
Constructors
constructor
Properties
_book
Structure
_builders
_listener
options
original
Accessors
analyzer
book
builders
exists
listener
read
validators
write
Methods
on
Compile
Failed
on
Compile
Success
on
Reports
resolve
Path
Constructors
constructor
new
NodeJSConfig
(
options
:
IOptions
, original
:
IConfigRaw
)
:
NodeJSConfig
Parameters
options:
IOptions
original:
IConfigRaw
Returns
NodeJSConfig
Properties
_book
Structure
_book
Structure
:
BookStructure
_builders
_builders
:
IBuilder
[]
_listener
_listener
:
IConfigListener
options
options
:
IOptions
original
original
:
IConfigRaw
Accessors
analyzer
get
analyzer
(
)
:
IAnalyzer
Returns
IAnalyzer
book
get
book
(
)
:
BookStructure
Returns
BookStructure
builders
get
builders
(
)
:
IBuilder
[]
Returns
IBuilder
[]
exists
get
exists
(
)
:
function
Returns
function
(
path
:
string
)
:
Promise
<
object
>
Parameters
path:
string
Returns
Promise
<
object
>
listener
get
listener
(
)
:
IConfigListener
Returns
IConfigListener
read
get
read
(
)
:
function
Returns
function
(
path
:
string
)
:
Promise
<
string
>
Parameters
path:
string
Returns
Promise
<
string
>
validators
get
validators
(
)
:
IValidator
[]
Returns
IValidator
[]
write
get
write
(
)
:
function
Returns
function
(
path
:
string
, data
:
string
)
:
Promise
<
void
>
Parameters
path:
string
data:
string
Returns
Promise
<
void
>
Methods
on
Compile
Failed
on
Compile
Failed
(
)
:
void
Returns
void
on
Compile
Success
on
Compile
Success
(
book
:
Book
)
:
void
Parameters
book:
Book
Returns
void
on
Reports
on
Reports
(
reports
:
ProcessReport
[]
)
:
void
Parameters
reports:
ProcessReport
[]
Returns
void
resolve
Path
resolve
Path
(
path
:
string
)
:
string
Parameters
path:
string
Returns
string
Globals
"
Main"
"builder/
Builder"
"builder/
Html
Builder"
"builder/
Text
Builder"
"controller/
Config"
ReVIEW
"controller/
Config
Raw"
"controller/
Controller"
"i18n/en"
"i18n/i18n"
"i18n/ja"
"model/
Compiler
Model"
"parser/
Analyzer"
"parser/
Parser"
"parser/
Preprocessor"
"parser/
Validator"
"parser/
Walker"
"utils/
Polyfill"
"utils/
Utils"
Config
NodeJSConfig
constructor
_book
Structure
_builders
_listener
options
original
analyzer
book
builders
exists
listener
read
validators
write
on
Compile
Failed
on
Compile
Success
on
Reports
resolve
Path
Web
Browser
Config
Generated using
TypeDoc