Search
Preparing search index...
The search index is not available
@truffle/preserve
Options
Public
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
@truffle/preserve
Control
Controllers
ValueResolution
IValueResolutionController
Interface IValueResolutionController
Hierarchy
IErrorController
IValueResolutionController
Implemented by
ValueResolutionController
ValueResolutionController
Index
Properties
state
Methods
abort
emit
extend
fail
resolve
stop
Properties
Readonly
state
state
:
State
Methods
abort
abort
(
options
:
Abort
)
:
Process
<
void
,
Stop
|
Abort
>
Parameters
options:
Abort
Returns
Process
<
void
,
Stop
|
Abort
>
emit
emit<E>
(
event
:
Pick
<
E
,
Exclude
<
keyof E
,
"scope"
>
>
)
:
E
Type parameters
E
:
Event
Parameters
event:
Pick
<
E
,
Exclude
<
keyof E
,
"scope"
>
>
Returns
E
extend
extend
(
options
:
Extend
)
:
Process
<
IErrorController
,
Declare
>
Parameters
options:
Extend
Returns
Process
<
IErrorController
,
Declare
>
fail
fail
(
options
:
Fail
)
:
Process
<
void
,
Stop
|
Fail
|
Abort
>
Parameters
options:
Fail
Returns
Process
<
void
,
Stop
|
Fail
|
Abort
>
resolve
resolve
(
options
:
Resolve
)
:
Process
<
void
,
Resolve
>
Parameters
options:
Resolve
Returns
Process
<
void
,
Resolve
>
stop
stop
(
options
?:
Stop
)
:
Process
<
void
,
Stop
>
Parameters
Optional
options:
Stop
Returns
Process
<
void
,
Stop
>
Modules
Value
Resolution
Controller
Constructor
Options
IValue
Resolution
Controller
state
abort
emit
extend
fail
resolve
stop
Generated using
TypeDoc