Skip to content
On this page

on()

No Description Provided

Function Definition

ts
function on<K extends string>(eventName: K, listener: shared.InterfaceValueByKey<IClientEvent, K, (...args: any[]) => void, never>): void;

Arguments

  • eventName: K
  • listener: shared.InterfaceValueByKey<IClientEvent, K, (...args: any[]) => void, never>

Returns

  • void

Documentation

No Documentation Provided Yet

Documentation Created with ❤️ by Stuyk