mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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,
|
type HealthCheckResultDetails,
|
||||||
HealthStatus,
|
HealthStatus,
|
||||||
type StreamOptionsProvider,
|
type StreamOptionsProvider,
|
||||||
|
isExpressionReference,
|
||||||
} from './utils/DataSourceWithBackend';
|
} from './utils/DataSourceWithBackend';
|
||||||
export {
|
export {
|
||||||
toDataQueryResponse,
|
toDataQueryResponse,
|
||||||
|
@ -43,7 +43,7 @@ export const ExpressionDatasourceRef = Object.freeze({
|
|||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @internal
|
* @public
|
||||||
*/
|
*/
|
||||||
export function isExpressionReference(ref?: DataSourceRef | string | null): boolean {
|
export function isExpressionReference(ref?: DataSourceRef | string | null): boolean {
|
||||||
if (!ref) {
|
if (!ref) {
|
||||||
|
Loading…
Reference in New Issue
Block a user