Home / Type/ UtilityActionsProps Type — supabase Architecture

UtilityActionsProps Type — supabase Architecture

Architecture documentation for the UtilityActionsProps type/interface in UtilityActions.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/SQLEditor/UtilityPanel/UtilityActions.tsx lines 25–32

export type UtilityActionsProps = {
  id: string
  isExecuting?: boolean
  isDisabled?: boolean
  hasSelection?: boolean
  prettifyQuery: () => void
  executeQuery: () => void
}

Analyze Your Own Codebase

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

Try Supermodel Free