Home / Type/ PolicyTableRowHeaderProps Type — supabase Architecture

PolicyTableRowHeaderProps Type — supabase Architecture

Architecture documentation for the PolicyTableRowHeaderProps type/interface in PolicyTableRowHeader.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Auth/Policies/PolicyTableRow/PolicyTableRowHeader.tsx lines 15–21

interface PolicyTableRowHeaderProps {
  table: PolicyTable
  isLocked: boolean
  hasApiAccess: boolean
  onSelectToggleRLS: (table: PolicyTable) => void
  onSelectCreatePolicy: (table: PolicyTable) => void
}

Analyze Your Own Codebase

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

Try Supermodel Free