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