Home / Type/ PolicyEditorProps Type — supabase Architecture

PolicyEditorProps Type — supabase Architecture

Architecture documentation for the PolicyEditorProps type/interface in index.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Auth/Policies/PolicyEditor/index.tsx lines 9–15

interface PolicyEditorProps {
  isNewPolicy: boolean
  policyFormFields: any
  onUpdatePolicyFormFields: (value: any) => void
  onViewTemplates: () => void
  onReviewPolicy: () => void
}

Analyze Your Own Codebase

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

Try Supermodel Free