HookableEventConstructor
type HookableEventConstructor<T> = (...args) => T;Defined in: src/hooks/types.ts:7
Type for a constructor function that creates HookableEvent instances.
Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
| -------------------------------------------------- | ------------------------------------ |
| T extends HookableEvent | HookableEvent |
Parameters
Section titled “Parameters”| Parameter | Type |
| --------- | -------- |
| …args | any[] |
Returns
Section titled “Returns”T