OnEvent

Event listener decorator. Subscribes to events based on the specified name(s).


const OnEvent: (event: OnEventType, options?: any) => MethodDecorator;