Home / Type/ ActionPanelProps Type — supabase Architecture

ActionPanelProps Type — supabase Architecture

Architecture documentation for the ActionPanelProps type/interface in action-panel.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/JwtSecrets/jwt-secret-keys-table/action-panel.tsx lines 4–12

interface ActionPanelProps extends Omit<React.ComponentProps<typeof Card>, 'onClick' | 'type'> {
  title: string
  description: string
  buttonLabel: ComponentProps<typeof Button>['children']
  onClick: ComponentProps<typeof Button>['onClick']
  loading: ComponentProps<typeof Button>['loading']
  icon?: ComponentProps<typeof Button>['icon']
  type?: ComponentProps<typeof Button>['type']
}

Analyze Your Own Codebase

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

Try Supermodel Free