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
Base
BaseController
Class BaseController
Hierarchy
BaseController
Implements
IBaseController
Index
Constructors
constructor
Properties
_state
scope
Accessors
state
Methods
emit
Constructors
constructor
new
Base
Controller
(
options
:
ConstructorOptions
)
:
BaseController
Parameters
options:
ConstructorOptions
Returns
BaseController
Properties
Protected
_state
_state
:
State
Protected
scope
scope
:
Scope
Accessors
state
get
state
(
)
:
State
Returns
State
Methods
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
Modules
Base
Controller
constructor
_state
scope
state
emit
Constructor
Options
IBase
Controller
Generated using
TypeDoc