Home / Type/ SqlRunButtonProps Type — supabase Architecture

SqlRunButtonProps Type — supabase Architecture

Architecture documentation for the SqlRunButtonProps type/interface in RunButton.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/SQLEditor/UtilityPanel/RunButton.tsx lines 6–12

interface SqlRunButtonProps {
  isDisabled?: boolean
  isExecuting?: boolean
  hasSelection?: boolean
  className?: string
  onClick: () => void
}

Analyze Your Own Codebase

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

Try Supermodel Free