Home / Type/ SingleAttributeTooltipContentProps Type — supabase Architecture

SingleAttributeTooltipContentProps Type — supabase Architecture

Architecture documentation for the SingleAttributeTooltipContentProps type/interface in UsageChartTooltips.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Organization/Usage/UsageChartTooltips.tsx lines 6–12

export interface SingleAttributeTooltipContentProps {
  name: string
  unit: 'bytes' | 'percentage' | 'absolute' | 'hours' | 'gigabytes'
  value: any
  isAfterToday: boolean
  tooltipFormatter?: (value: any) => any
}

Analyze Your Own Codebase

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

Try Supermodel Free