Home / Type/ UtilityPanelProps Type — supabase Architecture

UtilityPanelProps Type — supabase Architecture

Architecture documentation for the UtilityPanelProps type/interface in UtilityPanel.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/SQLEditor/UtilityPanel/UtilityPanel.tsx lines 16–30

export type UtilityPanelProps = {
  id: string
  isExecuting?: boolean
  isExplainExecuting?: boolean
  isDebugging?: boolean
  isDisabled?: boolean
  hasSelection: boolean
  prettifyQuery: () => void
  executeQuery: () => void
  executeExplainQuery: () => void
  onDebug: () => void
  buildDebugPrompt: () => string
  activeTab?: string
  onActiveTabChange?: (tab: string) => void
}

Analyze Your Own Codebase

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

Try Supermodel Free