OtherCommonEventEmitterCommonEventEmitter.offVersion: 21.3.6On this pageCommonEventEmitter.off() methodSignature:interface CommonEventEmitter { off<Key extends keyof Events>( type: Key, handler?: Handler<Events[Key]> ): this;}ParametersParameterTypeDescriptiontypeKeyhandlerHandler<Events[Key]>(Optional)Returns:this