Integration App SDK - v0.2.0
Console
React Lib
REST API
Preparing search index...
ConnectionMessagePayload
Type Alias ConnectionMessagePayload
ConnectionMessagePayload
:
{
source
:
string
;
requestId
:
string
}
&
(
|
{
type
:
"newConnectionCreated"
;
connection
:
Connection
;
error
?:
never
;
errorData
?:
never
;
}
|
{
type
:
"newConnectionFailure"
;
connection
?:
never
;
error
:
string
;
errorData
?:
ErrorData
;
}
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Console
React Lib
REST API
Integration App SDK - v0.2.0
Loading...