Home / Type/ FunctionListProps Type — supabase Architecture

FunctionListProps Type — supabase Architecture

Architecture documentation for the FunctionListProps type/interface in FunctionList.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Database/Functions/FunctionsList/FunctionList.tsx lines 25–35

interface FunctionListProps {
  schema: string
  filterString: string
  isLocked: boolean
  returnTypeFilter: string[]
  securityFilter: string[]
  duplicateFunction: (fn: any) => void
  editFunction: (fn: any) => void
  deleteFunction: (fn: any) => void
  functions: DatabaseFunction[]
}

Analyze Your Own Codebase

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

Try Supermodel Free