Home / Type/ InvocationTab Type — supabase Architecture

InvocationTab Type — supabase Architecture

Architecture documentation for the InvocationTab type/interface in EdgeFunctionDetails.constants.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Functions/EdgeFunctionDetails/EdgeFunctionDetails.constants.ts lines 1–12

interface InvocationTab {
  id: string
  label: string
  language: 'bash' | 'js' | 'ts' | 'dart' | 'python'
  hideLineNumbers?: boolean
  code: (props: {
    showKey: boolean
    functionUrl: string
    functionName: string
    apiKey: string
  }) => string
}

Analyze Your Own Codebase

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

Try Supermodel Free