RoleImpersonationRadioProps Type — supabase Architecture
Architecture documentation for the RoleImpersonationRadioProps type/interface in RoleImpersonationRadio.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/RoleImpersonationSelector/RoleImpersonationRadio.tsx lines 4–10
export interface RoleImpersonationRadioProps<T extends string> {
label?: string
value: T
isSelected: boolean | 'partially'
onSelectedChange: (value: T) => void
icon?: React.ReactNode
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free