Private
Readonly
Internal
[Human-readable module name.
Sets up the module.
This method is called when loading the module. It is used e.g. to provide more values for the context.
By default:
Satisfies module dependencies by setting them up.
The dependency considered satisfied when it is settled.
Initializes the module by initializing the dependencies.
The dependency considered initialized when it is ready for use.
Performs the module setup by invoking the setup method.
Context module setup.
A promise resolved when the module is set up asynchronously.
Generated using TypeDoc
Context module.
Modules intended to extend the context dynamically.
The module is a context entry that can be used to provide module instance and access its handle.
Usage example: