Home / Type/ SavedState Type — supabase Architecture

SavedState Type — supabase Architecture

Architecture documentation for the SavedState type/interface in base.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/grid/types/base.ts lines 4–8

export interface SavedState {
  filters?: string[]
  sorts?: string[]
  gridColumns: CalculatedColumn<any, any>[]
}

Analyze Your Own Codebase

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

Try Supermodel Free