Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
Class References
Function References
Interface References
Type Alias References
Variable References
Type Alias References

RealtimeStatus

Type Alias: RealtimeStatus

ts
type RealtimeStatus = 'idle' | 'connecting' | 'connected' | 'reconnecting' | 'error';

Defined in: realtime/types.ts

Connection status of the realtime client.

ValueDescription
'idle'Not connected
'connecting'Establishing connection
'connected'Active session
'reconnecting'Reconnecting after interruption
'error'Connection error occurred