mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
Dashboard scenes: Export isExpressionReference to be accessible from scenes (#85228)
Export isExpressionRef to be accessible from scenes
This commit is contained in:
parent
6248bdda48
commit
b7156ef2c2
@ -17,6 +17,7 @@ export {
|
||||
type HealthCheckResultDetails,
|
||||
HealthStatus,
|
||||
type StreamOptionsProvider,
|
||||
isExpressionReference,
|
||||
} from './utils/DataSourceWithBackend';
|
||||
export {
|
||||
toDataQueryResponse,
|
||||
|
@ -43,7 +43,7 @@ export const ExpressionDatasourceRef = Object.freeze({
|
||||
});
|
||||
|
||||
/**
|
||||
* @internal
|
||||
* @public
|
||||
*/
|
||||
export function isExpressionReference(ref?: DataSourceRef | string | null): boolean {
|
||||
if (!ref) {
|
||||
|
Loading…
Reference in New Issue
Block a user