FireFunction
Type Alias: FireFunction
Section titled “Type Alias: FireFunction”type FireFunction = <TEventType>(instance, event, options?) => boolean | Promise<void>;Defined in: events.ts:7
Type Parameters
Section titled “Type Parameters”TEventType
Section titled “TEventType”TEventType extends EventType
Parameters
Section titled “Parameters”instance
Section titled “instance”TestInstance
TEventType
options?
Section titled “options?”Parameters<EventMap[TEventType]>[1]
Returns
Section titled “Returns”boolean | Promise<void>
