Home / Type/ WrapperMeta Type — supabase Architecture

WrapperMeta Type — supabase Architecture

Architecture documentation for the WrapperMeta type/interface in Wrappers.types.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Integrations/Wrappers/Wrappers.types.ts lines 1–19

export type WrapperMeta = {
  name: string
  handlerName: string
  validatorName: string
  icon: string
  /** Short description (one-sentence) used in lists of integrations  */
  description: string
  extensionName: string
  label: string
  server: Server
  docsUrl: string
  minimumExtensionVersion?: string
  customComponent?: boolean
  // If true, the wrapper can target a schema which will be populated with tables specified by the wrapper..
  canTargetSchema?: boolean
  sourceSchemaOption?: ServerOption
  // Array of tables that needs to be supplied to the wrapper. If the array is empty, the wrapper should target a schema.
  tables: Table[]
}

Analyze Your Own Codebase

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

Try Supermodel Free