Function removeEventListeners

  • Remove the listener from the array of events

    Parameters

    • events: string[]

      An string array of event names to bind the listener to

    • listener: any

      The event callback to call when the event is triggered

    • Optional evtNamespace: string | string[]

      [Optional] Namespace(s) to append to the event listeners so they can be uniquely identified and removed based on this namespace.

    Returns void

Generated using TypeDoc