DOM event type, e.g. MouseEvent
Argument that is supplied to the callback as a last parameter.
Component that will be set as a current component when the callback is invoked.
Callback function
Object that will be referenced by "this" within the callback function
Type of scheduling the Mimbl tick after the callback function returns.
Flag indicating whether this event should be used as Capturing or Bubbling. The default
value is false
, that is, Bubbling.
Type defining an object that can be supplied for an event listener.