Selects destination for module:utils/emittermixin~Emitter#delegate events.
An EmitterMixin instance which is the destination for delegated events.
OptionalnameOrFunction: string | ((name: string) => string)A custom event name or function which converts the original name string.
The return value of ~Emitter#delegate.