Type Definitions
-
EventsKey{Object}
-
Key to use with
unByKey.Properties:
Name Type Description listenerListenerFunction Listener.
targetEventTargetLike Target.
typestring Type.
-
Listener{ListenerFunction} {ListenerObject}
-
-
Listener function. This function is called with an event object as argument. When the function returns
false, event propagation will stop. -
ListenerObject{Object}
-
Properties:
Name Type Description handleEventListenerFunction HandleEvent listener function.