TLEventMapHandler

Public TypeAlias

Signature
type TLEventMapHandler<T extends keyof TLEventMap> = (
  ...args: TLEventMap[T]
) => void
References

TLEventMap

Edit this page
Last edited on 15 June 2023
TLEventMapTLEventName