Home / Type/ PolicyEditorPanelProps Type — supabase Architecture

PolicyEditorPanelProps Type — supabase Architecture

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

Entity Profile

Source Code

apps/studio/components/interfaces/Auth/Policies/PolicyEditorPanel/index.tsx lines 45–53

interface PolicyEditorPanelProps {
  visible: boolean
  schema: string
  searchString?: string
  selectedTable?: string
  selectedPolicy?: PostgresPolicy
  onSelectCancel: () => void
  authContext: 'database' | 'realtime'
}

Analyze Your Own Codebase

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

Try Supermodel Free