Home / Type/ MultiAttributeTooltipContentProps Type — supabase Architecture

MultiAttributeTooltipContentProps Type — supabase Architecture

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

Entity Profile

Source Code

apps/studio/components/interfaces/Organization/Usage/UsageChartTooltips.tsx lines 36–42

export interface MultiAttributeTooltipContentProps {
  attributes: Attribute[]
  values: Payload<ValueType, string | number>[]
  isAfterToday: boolean
  tooltipFormatter?: (value: any) => any
  unit: 'bytes' | 'percentage' | 'absolute' | 'hours' | 'gigabytes'
}

Analyze Your Own Codebase

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

Try Supermodel Free