Skip to content

electron-reactive-event / API

API

The exports of the package. Most of your time reading the documentation will likely be spent here.

Namespaces

NamespaceDescription
CallbackTypes for callback functions, their arguments, and their return values.
Channel-
Event-
MainFunctions for sending and receiving events in main.
RendererFunctions (hooks and factories) for sending and receiving events in the renderer.
Utility-

Event Declarations

Type AliasDescription
EmptyEventParameterUse this type in event declarations to specify that a type parameter is unused. This can be used for any type parameter in EventDecl but the EventDecl.ErrorMessageDeclType parameter (which extends string).
EventDeclDefine event declarations with this type. This is the type that you will likely use the most.