electron-ipc-module
GitHub
Preparing search index...
index
IpcModuleRegistration
Type Alias IpcModuleRegistration
The result of registering a module: its channels and optional cleanup.
type
IpcModuleRegistration
=
{
channels
:
IpcCleanup
[]
;
cleanup
?:
IpcModuleCleanup
;
}
Index
Properties
channels
cleanup?
Properties
channels
channels
:
IpcCleanup
[]
Optional
cleanup
cleanup
?:
IpcModuleCleanup
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channels
cleanup
GitHub
electron-ipc-module
Loading...
The result of registering a module: its channels and optional cleanup.