In-App UI
React
Types
ConnectionStatus

ConnectionStatus

Represents the current status of a connection to an external service like Slack or Microsoft Teams.

Values

#
connectingstring
Connection is being established.
connectedstring
Connection has been successfully established.
disconnectedstring
No connection exists.
errorstring
Connection failed or encountered an error.
disconnectingstring
Connection is being terminated.

Example

#