UserRowProps Type — supabase Architecture
Architecture documentation for the UserRowProps type/interface in UserImpersonationSelector.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/RoleImpersonationSelector/UserImpersonationSelector.tsx lines 519–524
interface UserRowProps {
user: User
onClick: (user: User) => void
isImpersonating?: boolean
isLoading?: boolean
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free