PolicyDefinitionProps Type — supabase Architecture
Architecture documentation for the PolicyDefinitionProps type/interface in PolicyDefinition.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Auth/Policies/PolicyEditor/PolicyDefinition.tsx lines 9–15
interface PolicyDefinitionProps {
operation: string
definition: string
check: string
onUpdatePolicyUsing: (using: string | undefined) => void
onUpdatePolicyCheck: (check: string | undefined) => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free