Appearance
@sqlrooms/sql-editor / SqlQueryRootProps
SqlQueryRootProps = PropsWithChildren<{ queryId: string; name?: string; initialQuery?: string; readOnly?: boolean; className?: string; }>
PropsWithChildren
queryId
string
name?
initialQuery?
readOnly?
boolean
className?