Utility function to define a function-based event handler.
The EventHandler module.
The MetaEventHandler.
Utility function to define a factory-based event handler.
The EventHandler module.
Options to specify the handler type.
Optionalaction?: stringOptionalisClass?: undefinedIndicates that the handler is a factory function.
The MetaEventHandler.
Utility function to define a class-based event handler.
The EventHandler module.
Options to specify the handler type.
The action name for the event handler.
Indicates that the handler is a class.
OptionalisFactory?: undefinedThe MetaEventHandler.
Utility function to define an event handler.
Param: module
The EventHandler module.
Param: options
Optional handler definition options.
Param: options.isFactory
Indicates that the handler is a factory function.
Param: options.isClass
Indicates that the handler is a class.
Param: options.action
The action name for the event handler.
Returns
The MetaEventHandler.