ModuleInterface
Interface ModuleInterface
Hierarchy
ModuleInterface
Index
Properties
Properties
Optional getCliConfig
getCliConfig: function
Defined in Library/ModuleManager/ModuleInterface.ts:8
Type declaration
():  object | Promise<object>
Returns:  object | Promise<object>
Optional getConfig
getConfig: function
Defined in Library/ModuleManager/ModuleInterface.ts:6
Type declaration
(mode?: string):  object | Promise<object>
Parameters:
| Name | Type | 
|---|---|
| Optionalmode | string | 
Returns:  object | Promise<object>
Optional getServerConfig
getServerConfig: function
Defined in Library/ModuleManager/ModuleInterface.ts:7
Type declaration
():  object | Promise<object>
Returns:  object | Promise<object>
Optional init
init: function
Defined in Library/ModuleManager/ModuleInterface.ts:9
Type declaration
(moduleManager?: ModuleManager): void
Parameters:
| Name | Type | 
|---|---|
| OptionalmoduleManager | ModuleManager | 
Returns: void
Optional onBootstrap
onBootstrap: function
Defined in Library/ModuleManager/ModuleInterface.ts:5
Type declaration
(event?: Event<any>):  void | Promise<any>
Parameters:
| Name | Type | 
|---|---|
| Optionalevent | Event< any> | 
Returns:  void | Promise<any>