Function: createTypedEventBus()
createTypedEventBus<
EventMap
>(name?
:string
,options?
: {maxMiddleware?
:number
; }):TypedEventBus
<EventMap
>
Defined in: electron/events/TypedEventBus.ts:719
eslint-disable-next-line etc/no-misused-generics -- EventMap must be explicitly provided for type safety
Type Parameters
EventMap
EventMap
extends UnknownRecord
Parameters
name?
string
options?
maxMiddleware?
number
Returns
TypedEventBus
<EventMap
>