Home / Type/ WorkflowLogsCardProps Type — supabase Architecture

WorkflowLogsCardProps Type — supabase Architecture

Architecture documentation for the WorkflowLogsCardProps type/interface in WorkflowLogsCard.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/BranchManagement/WorkflowLogsCard.tsx lines 8–18

interface WorkflowLogsCardProps {
  workflowRun: ActionRun | null | undefined
  logs: string | undefined
  isLoading?: boolean
  onClose?: () => void
  // Override props for failed workflows
  overrideTitle?: string
  overrideDescription?: string
  overrideIcon?: React.ReactNode
  overrideAction?: React.ReactNode
}

Analyze Your Own Codebase

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

Try Supermodel Free