Member Junction
Preparing search index...
@memberjunction/code-execution
BridgeResponseIpcMessage
Interface BridgeResponseIpcMessage
Host → Worker: result of a bridge call. One of
result
|
error
is populated.
interface
BridgeResponseIpcMessage
{
callId
:
string
;
error
?:
string
;
requestId
:
string
;
result
?:
unknown
;
type
:
"bridge-response"
;
}
Index
Properties
call
Id
error?
request
Id
result?
type
Properties
call
Id
callId
:
string
Optional
error
error
?:
string
request
Id
requestId
:
string
Optional
result
result
?:
unknown
type
type
:
"bridge-response"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
call
Id
error
request
Id
result
type
Member Junction
Loading...
Host → Worker: result of a bridge call. One of
result|erroris populated.