BlockKeysProps Type — supabase Architecture
Architecture documentation for the BlockKeysProps type/interface in BlockKeys.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/grid/components/common/BlockKeys.tsx lines 4–10
interface BlockKeysProps {
value: string | null
children: ReactNode
onEscape?: (value: string | null) => void
onEnter?: (value: string | null) => void
ignoreOutsideClicks?: boolean
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free