Home / Type/ LinterFiltersProps Type — supabase Architecture

LinterFiltersProps Type — supabase Architecture

Architecture documentation for the LinterFiltersProps type/interface in LinterFilters.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Linter/LinterFilters.tsx lines 9–21

interface LinterFiltersProps {
  filterOptions: {
    name: string
    value: string
  }[]
  activeLints: Lint[]
  filteredLints: Lint[]
  currentTab: LINTER_LEVELS
  filters: { level: LINTER_LEVELS; filters: string[] }[]
  isLoading: boolean
  setFilters: (value: { level: LINTER_LEVELS; filters: string[] }[]) => void
  onClickRefresh: () => void
}

Analyze Your Own Codebase

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

Try Supermodel Free