Home / Type/ SortPopoverPrimitiveProps Type — supabase Architecture

SortPopoverPrimitiveProps Type — supabase Architecture

Architecture documentation for the SortPopoverPrimitiveProps type/interface in SortPopoverPrimitive.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/grid/components/header/sort/SortPopoverPrimitive.tsx lines 29–35

export interface SortPopoverPrimitiveProps {
  buttonText?: string
  sorts: Sort[]
  onApplySorts: (sorts: Sort[]) => void
  defaultOpen?: boolean
  tableQueriesEnabled?: boolean
}

Analyze Your Own Codebase

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

Try Supermodel Free