GettingStartedProps Type — supabase Architecture
Architecture documentation for the GettingStartedProps type/interface in GettingStarted.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/HomeNew/GettingStarted/GettingStarted.tsx lines 27–40
export interface GettingStartedProps {
steps: GettingStartedStep[]
onStepClick: ({
stepIndex,
stepTitle,
actionType,
wasCompleted,
}: {
stepIndex: number
stepTitle: string
actionType: 'primary' | 'ai_assist' | 'external_link'
wasCompleted: boolean
}) => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free