electron-direct-ipc - v2.2.3
Preparing search index...
common/DirectIpcBase
DirectIpcEventMap
Type Alias DirectIpcEventMap
Base event map for DirectIpc internal events These events do NOT include sender as first argument
type
DirectIpcEventMap
=
{
"map-updated"
:
(
map
:
DirectIpcTarget
[]
)
=>
void
;
message
:
(
sender
:
DirectIpcTarget
,
message
:
unknown
)
=>
void
;
"message-port-added"
:
(
target
:
DirectIpcTarget
)
=>
void
;
"registration-complete"
:
()
=>
void
;
"registration-failed"
:
(
error
:
Error
)
=>
void
;
"target-added"
:
(
target
:
DirectIpcTarget
)
=>
void
;
"target-removed"
:
(
target
:
DirectIpcTarget
)
=>
void
;
}
Index
Properties
map-
updated
message
message-
port-
added
registration-
complete
registration-
failed
target-
added
target-
removed
Properties
map-
updated
"map-updated"
:
(
map
:
DirectIpcTarget
[]
)
=>
void
message
message
:
(
sender
:
DirectIpcTarget
,
message
:
unknown
)
=>
void
message-
port-
added
"message-port-added"
:
(
target
:
DirectIpcTarget
)
=>
void
registration-
complete
"registration-complete"
:
()
=>
void
registration-
failed
"registration-failed"
:
(
error
:
Error
)
=>
void
target-
added
"target-added"
:
(
target
:
DirectIpcTarget
)
=>
void
target-
removed
"target-removed"
:
(
target
:
DirectIpcTarget
)
=>
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
map-
updated
message
message-
port-
added
registration-
complete
registration-
failed
target-
added
target-
removed
electron-direct-ipc - v2.2.3
Loading...
Base event map for DirectIpc internal events These events do NOT include sender as first argument