Skip to content

@sqlrooms/sql-editor / SqlMonacoEditor

Function: SqlMonacoEditor()

SqlMonacoEditor(props): ReactNode | Promise<ReactNode>

A Monaco editor for editing SQL with DuckDB syntax highlighting and autocompletion This is an internal component used by SqlEditor

Parameters

ParameterType
propsSqlMonacoEditorProps

Returns

ReactNode | Promise<ReactNode>