Home / Type/ FunctionAttribute Type — supabase Architecture

FunctionAttribute Type — supabase Architecture

Architecture documentation for the FunctionAttribute type/interface in SdkSpec.ts from the supabase codebase.

Entity Profile

Source Code

apps/docs/generator/types/SdkSpec.ts lines 26–34

export type FunctionAttribute = {
  id: string
  title: string
  required: boolean
  description: string
  type?: string[]
  ref?: string // If a "type" is not supplied, a "ref" must be. This is a pointer to a type.
  children: FunctionAttribute[]
}

Analyze Your Own Codebase

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

Try Supermodel Free