manifold
Preparing search index...
Bootstrapper
Class Bootstrapper
Index
Constructors
constructor
Methods
bootstrap
bootstrap
Json
Constructors
constructor
new
Bootstrapper
(
options
:
IManifoldOptions
)
:
Bootstrapper
Parameters
options
:
IManifoldOptions
Returns
Bootstrapper
Methods
bootstrap
bootstrap
(
res
?:
(
helper
:
Helper
)
=>
void
,
rej
?:
(
error
:
any
)
=>
void
,
)
:
Promise
<
Helper
>
Parameters
Optional
res
:
(
helper
:
Helper
)
=>
void
Optional
rej
:
(
error
:
any
)
=>
void
Returns
Promise
<
Helper
>
bootstrap
Json
bootstrapJson
(
json
:
any
,
res
?:
(
helper
:
Helper
)
=>
void
,
rej
?:
(
error
:
any
)
=>
void
,
)
:
Promise
<
Helper
>
Parameters
json
:
any
Optional
res
:
(
helper
:
Helper
)
=>
void
Optional
rej
:
(
error
:
any
)
=>
void
Returns
Promise
<
Helper
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
bootstrap
bootstrap
Json
manifold
Loading...