Home / Type/ PolicyDetailsV2Props Type — supabase Architecture

PolicyDetailsV2Props Type — supabase Architecture

Architecture documentation for the PolicyDetailsV2Props type/interface in PolicyDetailsV2.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Auth/Policies/PolicyEditorPanel/PolicyDetailsV2.tsx lines 38–52

interface PolicyDetailsV2Props {
  schema: string
  searchString?: string
  selectedTable?: string
  isEditing: boolean
  form: UseFormReturn<{
    name: string
    table: string
    behavior: string
    command: string
    roles: string
  }>
  onUpdateCommand: (command: string) => void
  authContext: 'database' | 'realtime'
}

Analyze Your Own Codebase

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

Try Supermodel Free