Home / Type/ PolicyRowProps Type — supabase Architecture

PolicyRowProps Type — supabase Architecture

Architecture documentation for the PolicyRowProps type/interface in PolicyRow.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Auth/Policies/PolicyTableRow/PolicyRow.tsx lines 28–33

interface PolicyRowProps {
  policy: PostgresPolicy
  onSelectEditPolicy: (policy: PostgresPolicy) => void
  onSelectDeletePolicy: (policy: PostgresPolicy) => void
  isLocked?: boolean
}

Analyze Your Own Codebase

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

Try Supermodel Free