Skip to content

@sqlrooms/sql-editor / Props

Type Alias: Props

Props: object

Type declaration

NameTypeDescription
schema?stringThe database schema to use for queries. Defaults to 'main'
isOpenbooleanWhether the SQL editor is currently visible
documentationPanel?React.ReactNodeOptional component to render SQL documentation in the side panel
onClose() => voidCallback fired when the SQL editor should be closed