Home / Type/ SqlMonacoBlockProps Type — supabase Architecture

SqlMonacoBlockProps Type — supabase Architecture

Architecture documentation for the SqlMonacoBlockProps type/interface in SqlMonacoBlock.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/QueryPerformance/SqlMonacoBlock.tsx lines 7–16

type SqlMonacoBlockProps = {
  value?: string
  className?: string
  wrapperClassName?: string
  hideCopy?: boolean
  // Fixed height in px. Defaults to 310 to match previous CodeBlock max height
  height?: number
  // Show line numbers. Defaults to false to match previous CodeBlock
  lineNumbers?: 'on' | 'off'
}

Analyze Your Own Codebase

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

Try Supermodel Free