Action Type — supabase Architecture
Architecture documentation for the Action type/interface in WrapperDynamicColumns.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Integrations/Wrappers/WrapperDynamicColumns.tsx lines 30–47
type Action =
| {
type: 'ADD_COLUMN'
}
| {
type: 'REMOVE_COLUMN'
payload: {
id: number
}
}
| {
type: 'UPDATE_COLUMN'
payload: {
id: number
key: keyof SimpleColumn
value: string
}
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free