ModuleInterface
Interface ModuleInterface
Hierarchy
ModuleInterface
Index
Properties
Properties
Optional getConfig
getConfig: function
Defined in Library/ModuleManager/ModuleInterface.ts:6
Type declaration
(): object | Promise<object>
Returns: object | Promise<object>
Optional init
init: function
Defined in Library/ModuleManager/ModuleInterface.ts:7
Type declaration
(moduleManager?: ModuleManager): void
Parameters:
| Name | Type |
|---|---|
Optional moduleManager | 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 |
|---|---|
Optional event | Event<any> |
Returns: void | Promise<any>