Skip to content

@sqlrooms/sql-editor / SqlQueryDataSourcesPanel

Function: SqlQueryDataSourcesPanel()

SqlQueryDataSourcesPanel(props): ReactNode | Promise<ReactNode>

Parameters

ParameterType
props{ isReadOnly: boolean; queryDataSources: object[]; }
props.isReadOnly?boolean
props.queryDataSourcesobject[]

Returns

ReactNode | Promise<ReactNode>