mage
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
ILogger
IModule
setup
IService
IService
Node
IState
IState
Emit
Config
IState
Options
ITask
IUser
Command
Defines what lifecycle methods can be exposed by any MAGE modules
interface
IModule
Hierarchy
IModule
Index
Methods
setup
Methods
Optional
setup
setup
(
state
:
IState
, cb
:
function
)
:
void
Parameters
state:
IState
cb:
function
(
error
:
Error
|
null
)
:
void
Parameters
error:
Error
|
null
Returns
void
Returns
void
Defines what lifecycle methods can be exposed by any MAGE modules
IModule