ServerOption Type — supabase Architecture
Architecture documentation for the ServerOption type/interface in Wrappers.types.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Integrations/Wrappers/Wrappers.types.ts lines 21–33
export type ServerOption = {
name: string
label: string
description?: string
required: boolean
encrypted: boolean
secureEntry: boolean
hidden?: boolean
isTextArea?: boolean
urlHelper?: string
defaultValue?: string
readOnly?: boolean
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free