Skip to content
On this page

offClient()

Unsubscribes from a client event with the specified listener.

Listener should be of the same reference as when event was subscribed to.

Function Definition

ts
function offClient(eventName: string, listener: (...args: any[]) => void): void;

Arguments

  • eventName: string
  • listener: (...args: any[]) => void

Returns

  • void

Documentation

No Documentation Provided Yet

Documentation Created with ❤️ by Stuyk