onGenericEvent
Definition
Generic List
The GenericEvent represents all the event names that can be assigned to addEventListener()
Example
Input
child
: the reference to a valid bolt app, a bolt functional component or a valid bold variable componentcallback : the function to be invoked when the given
GenericEvent
fires
Returns HTMLElement
Assings the callback to specific event to the given child and returns the HTMLElement
Last updated