Creates an instance of BaseModule.
BaseModule
Internal Element, which is used to store elements, that should be added automaticallay.
INopeModule
A Description of the Author. Use to Mail etc.
BaseModule
A Description of the Module. This is used to Describe roughly what the module is capable of doing.
BaseModule
The Identifier of the Module.
BaseModule
Description of the provided Version of the Module.
BaseModule
Public get to receive a Description of the Properties
BaseModule
Public getter for the functions
BaseModule
Public get to receive a Description of the Properties
BaseModule
Return the Class Identifier.
Helper Function to extract the used identifiert of Property
{string}
NopeBaseModule
The Property or the Function to receive the Name.
Function used to list all available Properties.
NopeBaseModule
Function to return all available Methods. *
NopeBaseModule
Function used to list all available Properties.
NopeBaseModule
Helper Function to register an Event(Emitter) (a Property.)
NopeBaseModule
Type of the Event(Emitter)
Setter Type of the Event(Emitter)
Getter Type of the Event(Emitter)
Name, which should be used to register the element. The Name will ALLWAYS (automatically) be assembled using the modules identifier an then the name.
The Event(Emitter) representing the Property
The Options used to define the registration.
Function used to register a Method. This Method will be available in the shared network.
NopeBaseModule
Name of the Method, which is used during registration at the dispatcher
The function itself. It must be async.
Rest
...args: any[]The Options, used for registering.
Helper Function to register an Observable (a Property.)
NopeBaseModule
Type of the Property
Setter Type of the Property
Getter Type of the Property
Name, which should be used to register the element. The Name will ALLWAYS (automatically) be assembled using the modules identifier an then the name.
The Observable representing the Property
The Options used to define the registration.
Helper function to extract an description of the Module.
a parsed description
NopeBaseModule
Generated using TypeDoc
Base Implementation of a Module.
The Module is used to share information and data. Although it implements the the Basic behavior to fullfill a given traget.
Export
Implements