electron-ipc-module
GitHub
Preparing search index...
index
TypedWebContents
Type Alias TypedWebContents<TEmit>
TypedWebContents
:
Omit
<
WebContents
,
"send"
>
&
{
send
<
TKey
extends
string
>
(
channel
:
TKey
,
...
args
:
IpcEventArgs
<
TEmit
,
TKey
>
,
)
:
void
;
}
WebContents
whose
send
is typed against the module's event map.
Type Parameters
TEmit
extends
IpcEventMap
=
AnyIpcEventMap
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
electron-ipc-module
Loading...
WebContentswhosesendis typed against the module's event map.