The type of the event target.
The type of the callback executed by this listener.
The type of the event target.
The type of the callback executed by this listener.
Listener configuration.
Creates a Listener.
ReadonlytypeReadonlytoolReadonlycallbackReadonlybundledBundled listener that adapts native events to the ListenerCallback signature.
ReadonlyoptionsReadonlymanagerFunctionexecute
Event passed to the callback.
Propagation returned by the callback.
FunctionexecuteOn
Event passed to the callback.
Target node.
Additional arguments forwarded to the callback.
Whatever the callback returns (typically Propagation).
Functionmatch
Optionalproperties: MatchListenerProperties = {}Properties to match against.
Whether this listener matches.
Listener
Description
Object representing an event listener, storing its metadata (type, target, toolName, options, manager) and providing utilities to execute and match it.