electron-ipc-module
GitHub
Preparing search index...
index
HandlerDef
Type Alias HandlerDef<TArgs, TResult, TEmit>
A request/response channel definition, from
handle
/
handleOnce
.
type
HandlerDef
<
TArgs
extends
any
[]
=
any
[]
,
TResult
=
any
,
TEmit
extends
IpcEventMap
=
AnyIpcEventMap
,
>
=
{
fn
:
IpcHandler
<
TArgs
,
TResult
,
TEmit
>
;
kind
:
"handler"
;
once
:
boolean
;
}
Type Parameters
TArgs
extends
any
[]
=
any
[]
TResult
=
any
TEmit
extends
IpcEventMap
=
AnyIpcEventMap
Index
Properties
fn
kind
once
Properties
fn
fn
:
IpcHandler
<
TArgs
,
TResult
,
TEmit
>
kind
kind
:
"handler"
once
once
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fn
kind
once
GitHub
electron-ipc-module
Loading...
A request/response channel definition, from
handle/handleOnce.