APIeventemitterlistenercountOn this pageEventEmitter.listenerCount() methodGets the number of listeners for a given event.Signature:listenerCount(event: EventType): number;ParametersParameterTypeDescriptioneventEventTypethe event to get the listener count forReturns:numberthe number of listeners bound to the given event