Home / Type/ PrivilegesHeadProps Type — supabase Architecture

PrivilegesHeadProps Type — supabase Architecture

Architecture documentation for the PrivilegesHeadProps type/interface in PrivilegesHead.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Database/Privileges/PrivilegesHead.tsx lines 13–27

export interface PrivilegesHeadProps {
  disabled: boolean
  selectedSchema: string
  selectedRole: string
  selectedTable?: { name: string }
  tables: string[]
  roles: string[]
  onChangeSchema: (schema: string) => void
  onChangeRole: (role: string) => void
  onChangeTable: (table: string) => void
  hasChanges?: boolean
  resetChanges: () => void
  applyChanges: () => void
  isApplyingChanges?: boolean
}

Analyze Your Own Codebase

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

Try Supermodel Free