Home / Type/ PostgresTrigger Type — supabase Architecture

PostgresTrigger Type — supabase Architecture

Architecture documentation for the PostgresTrigger type/interface in TriggerList.utils.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Database/Triggers/TriggersList/TriggerList.utils.ts lines 1–15

interface PostgresTrigger {
  activation: string
  condition: string | null
  enabled_mode: string
  events: string[]
  function_args: string[]
  function_name: string
  function_schema: string
  id: number
  name: string
  orientation: string
  schema: string
  table: string
  table_id: number
}

Analyze Your Own Codebase

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

Try Supermodel Free