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'
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free