PluginContext
Interface: PluginContext
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:508
Properties
| Property | Type | Defined in |
|---|---|---|
config | ConfigurationManager | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:510 |
logger | InternalLogger | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:509 |
state | InternalState | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:511 |
Methods
registerHandler()
registerHandler(type: string, handler: Function): void;
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:512
Parameters
| Parameter | Type |
|---|---|
type | string |
handler | Function |
Returns
void
unregisterHandler()
unregisterHandler(type: string, handler: Function): void;
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:513
Parameters
| Parameter | Type |
|---|---|
type | string |
handler | Function |
Returns
void