This might be a corner case, but my team is using docdash and would like to be able to use @alias with @event. We've made our event names available as constants on an object in the class, and would just like to alias them to display as Event.FOO instead of Event:FOO as that's how we expect our users to actually reference them.
This might be a corner case, but my team is using docdash and would like to be able to use @alias with @event. We've made our event names available as constants on an object in the class, and would just like to alias them to display as
Event.FOO
instead ofEvent:FOO
as that's how we expect our users to actually reference them.