The return value of delegate
.
Methods
-
to( emitter, nameOrFunction )
module:utils/emittermixin~EmitterMixinDelegateChain#to
Selects destination for delegate
events.
Parameters
emitter
:
Emitter
An EmitterMixin
instance which is the destination for delegated events.
nameOrFunction
:
String | function
A custom event name or function which converts the original name string.