Home / Type/ RealtimeConfig Type — supabase Architecture

RealtimeConfig Type — supabase Architecture

Architecture documentation for the RealtimeConfig type/interface in useRealtimeMessages.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Realtime/Inspector/useRealtimeMessages.ts lines 41–55

export interface RealtimeConfig {
  enabled: boolean
  channelName: string
  projectRef: string
  logLevel: string
  token: string
  schema: string
  table: string
  isChannelPrivate: boolean
  filter: string | undefined
  bearer: string | null
  enableBroadcast: boolean
  enablePresence: boolean
  enableDbChanges: boolean
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free