electron-reactive-event / API
API
The exports of the package. Most of your time reading the documentation will likely be spent here.
Namespaces
| Namespace | Description |
|---|---|
| Callback | Types for callback functions, their arguments, and their return values. |
| Channel | - |
| Event | - |
| Main | Functions for sending and receiving events in main. |
| Renderer | Functions (hooks and factories) for sending and receiving events in the renderer. |
| Utility | - |
Event Declarations
| Type Alias | Description |
|---|---|
| EmptyEventParameter | Use 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). |
| EventDecl | Define event declarations with this type. This is the type that you will likely use the most. |
