Home / Type/ RoleRowProps Type — supabase Architecture

RoleRowProps Type — supabase Architecture

Architecture documentation for the RoleRowProps type/interface in RoleRow.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Database/Roles/RoleRow.tsx lines 24–28

interface RoleRowProps {
  role: PgRole
  disabled?: boolean
  onSelectDelete: (role: string) => void
}

Analyze Your Own Codebase

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

Try Supermodel Free