electron-direct-ipc - v2.2.3
Preparing search index...
common/DirectIpcTypes
InvokeResponse
Type Alias InvokeResponse
Response format for invoke/handle pattern
type
InvokeResponse
=
{
data
?:
unknown
;
error
?:
string
;
requestId
:
string
;
success
:
boolean
;
type
:
"invoke-response"
;
}
Index
Properties
data?
error?
request
Id
success
type
Properties
Optional
data
data
?:
unknown
Optional
error
error
?:
string
request
Id
requestId
:
string
success
success
:
boolean
type
type
:
"invoke-response"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
error
request
Id
success
type
electron-direct-ipc - v2.2.3
Loading...
Response format for invoke/handle pattern