Search
Preparing search index...
The search index is not available
review.js
Options
Inherited
Private
Externals
Only exported
Menu
Globals
ReVIEW
WebBrowserConfig
Class WebBrowserConfig
Hierarchy
Config
WebBrowserConfig
Index
Constructor methods
constructor
Properties
_book
Structure
_builders
_listener
options
original
Get 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
Constructor methods
constructor
constructor
(
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
Get accessors
analyzer
analyzer
(
)
:
IAnalyzer
Returns
IAnalyzer
book
book
(
)
:
BookStructure
Returns
BookStructure
builders
builders
(
)
:
IBuilder
[]
Returns
IBuilder
[]
exists
exists
(
)
:
(path: string) => Promise<{ path: string; result: boolean; }>
Returns
(path: string) => Promise<{ path: string; result: boolean; }>
listener
listener
(
)
:
IConfigListener
Returns
IConfigListener
read
read
(
)
:
(path: string) => Promise<string>
Returns
(path: string) => Promise<string>
validators
validators
(
)
:
IValidator
[]
Returns
IValidator
[]
write
write
(
)
:
(path: string, data: string) => Promise<void>
Returns
(path: string, data: string) => Promise<void>
Methods
_exists
File
Scheme
_exists
File
Scheme
(
path
:
string
)
:
Promise<{ path: string; result: boolean; }>
Parameters
path:
string
Returns
Promise<{ path: string; result: boolean; }>
_exists
Http
Scheme
_exists
Http
Scheme
(
path
:
string
)
:
Promise<{ path: string; result: boolean; }>
Parameters
path:
string
Returns
Promise<{ path: string; result: boolean; }>
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
)
Parameters
book?:
Book
optional
on
Compile
Success
on
Compile
Success
(
book
:
Book
)
Parameters
book:
Book
on
Reports
on
Reports
(
reports
:
ProcessReport
[]
)
Parameters
reports:
ProcessReport
[]
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
ReVIEW
ReVIEW.
Build
ReVIEW.
Exec
ReVIEW.IO
ReVIEW.
Parse
ReVIEW.i18n
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