OtherCommonEventEmitterCommonEventEmitter.onVersion: NextOn this pageCommonEventEmitter.on() methodSignature:interface CommonEventEmitter { on<Key extends keyof Events>(type: Key, handler: Handler<Events[Key]>): this;}ParametersParameterTypeDescriptiontypeKeyhandlerHandler<Events[Key]>Returns:this