electron-direct-ipc - v2.2.3
Preparing search index...
common/DirectIpcTypes
InvokeMessage
Type Alias InvokeMessage
Message format for invoke/handle pattern
type
InvokeMessage
=
{
args
:
unknown
[]
;
channel
:
string
;
requestId
:
string
;
type
:
"invoke"
;
}
Index
Properties
args
channel
request
Id
type
Properties
args
args
:
unknown
[]
channel
channel
:
string
request
Id
requestId
:
string
type
type
:
"invoke"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
channel
request
Id
type
electron-direct-ipc - v2.2.3
Loading...
Message format for invoke/handle pattern