Skip to content

FireFunction

type FireFunction = <TEventType>(instance, event, options?) => boolean | Promise<void>;

Defined in: events.ts:7

TEventType extends EventType

TestInstance

TEventType

Parameters<EventMap[TEventType]>[1]

boolean | Promise<void>