Skip to content

@sqlrooms/sql-editor / QueryEditorPanelEditor

Variable: QueryEditorPanelEditor

const QueryEditorPanelEditor: React.FC<{ className?: string; queryId: string; readOnly?: boolean; autoHeight?: boolean; compact?: boolean; }>

Deprecated

Prefer SqlQuery.Editor for newly composed single-query surfaces. This component remains for compatibility with the legacy tabbed query panel.