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
WebBrowserConfig
Class WebBrowserConfig
Hierarchy
Config
WebBrowserConfig
Index
Constructors
constructor
Properties
_book
Structure
_builders
_listener
options
original
Accessors
analyzer
book
builders
exists
listener
read
validators
write
Methods
_exists
File
Scheme
_exists
Http
Scheme
end
With
on
Compile
Failed
on
Compile
Success
on
Reports
resolve
Path
start
With
Constructors
constructor
new
Web
Browser
Config
(
options
:
IOptions
, original
:
IConfigRaw
)
:
WebBrowserConfig
Parameters
options:
IOptions
original:
IConfigRaw
Returns
WebBrowserConfig
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
_exists
File
Scheme
_exists
File
Scheme
(
path
:
string
)
:
Promise
<
object
>
Parameters
path:
string
Returns
Promise
<
object
>
_exists
Http
Scheme
_exists
Http
Scheme
(
path
:
string
)
:
Promise
<
object
>
Parameters
path:
string
Returns
Promise
<
object
>
Private
end
With
end
With
(
str
:
string
, target
:
string
)
:
boolean
Parameters
str:
string
target:
string
Returns
boolean
on
Compile
Failed
on
Compile
Failed
(
book
?:
Book
)
:
void
Parameters
Optional
book:
Book
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
Private
start
With
start
With
(
str
:
string
, target
:
string
)
:
boolean
Parameters
str:
string
target:
string
Returns
boolean
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
Web
Browser
Config
constructor
_book
Structure
_builders
_listener
options
original
analyzer
book
builders
exists
listener
read
validators
write
_exists
File
Scheme
_exists
Http
Scheme
end
With
on
Compile
Failed
on
Compile
Success
on
Reports
resolve
Path
start
With
Generated using
TypeDoc