PermissionResourceSelectorProps Type — supabase Architecture
Architecture documentation for the PermissionResourceSelectorProps type/interface in Permissions.types.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Account/AccessTokens/Scoped/Form/Permissions/Permissions.types.ts lines 27–33
export interface PermissionResourceSelectorProps<TFormValues extends PermissionsFormValues> {
open: boolean
onOpenChange: (open: boolean) => void
permissionRows: PermissionRow[]
setValue: UseFormSetValue<TFormValues>
align?: 'center' | 'end' | 'start'
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free