Home / Type/ PromptState Type — supabase Architecture

PromptState Type — supabase Architecture

Architecture documentation for the PromptState type/interface in hooks.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/SQLEditor/hooks.ts lines 111–118

interface PromptState {
  isOpen: boolean
  selection: string
  beforeSelection: string
  afterSelection: string
  startLineNumber: number
  endLineNumber: number
}

Analyze Your Own Codebase

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

Try Supermodel Free