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"
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
:
Options
, original
:
ConfigRaw
)
:
WebBrowserConfig
Parameters
options:
Options
original:
ConfigRaw
Returns
WebBrowserConfig
Properties
_book
Structure
_book
Structure
:
BookStructure
_builders
_builders
:
Builder
[]
_listener
_listener
:
ConfigListener
options
options
:
Options
original
original
:
ConfigRaw
Accessors
analyzer
get
analyzer
(
)
:
Analyzer
Returns
Analyzer
book
get
book
(
)
:
BookStructure
Returns
BookStructure
builders
get
builders
(
)
:
Builder
[]
Returns
Builder
[]
exists
get
exists
(
)
:
function
Returns
function
(
path
:
string
)
:
Promise
<
object
>
Parameters
path:
string
Returns
Promise
<
object
>
listener
get
listener
(
)
:
ConfigListener
Returns
ConfigListener
read
get
read
(
)
:
function
Returns
function
(
path
:
string
)
:
Promise
<
string
>
Parameters
path:
string
Returns
Promise
<
string
>
validators
get
validators
(
)
:
Validator
[]
Returns
Validator
[]
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
"builder/builder"
"builder/html
Builder"
"builder/text
Builder"
"controller/config"
"controller/config
Raw"
"controller/controller"
"i18n/en"
"i18n/i18n"
"i18n/ja"
"index"
"js/exception"
"model/compiler
Model"
"parser/analyzer"
"parser/parser"
"parser/preprocessor"
"parser/validator"
"parser/walker"
"peg/action"
"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