/usr/share/grafana/public/app/plugins/datasource/cloudwatch
import { QueryEditorOperatorExpression as QueryEditorOperatorExpressionBase, QueryEditorOperator as QueryEditorOperatorBase, QueryEditorOperatorValueType, } from './dataquery.gen'; export { QueryEditorPropertyType, type QueryEditorProperty, type QueryEditorPropertyExpression, type QueryEditorGroupByExpression, type QueryEditorFunctionExpression, type QueryEditorFunctionParameterExpression, type QueryEditorArrayExpression, QueryEditorExpressionType, type QueryEditorExpression, } from './dataquery.gen'; export interface QueryEditorOperator<T extends QueryEditorOperatorValueType> extends QueryEditorOperatorBase { value?: T; } export interface QueryEditorOperatorExpression extends QueryEditorOperatorExpressionBase { operator: QueryEditorOperator<QueryEditorOperatorValueType>; }
.
Edit
..
Edit
README.md
Edit
annotationSupport.test.ts
Edit
annotationSupport.ts
Edit
aws_url.test.ts
Edit
aws_url.ts
Edit
components
Edit
dashboards
Edit
dataquery.cue
Edit
dataquery.gen.ts
Edit
datasource.test.ts
Edit
datasource.ts
Edit
defaultQueries.ts
Edit
expressions.ts
Edit
guards.ts
Edit
hooks.test.ts
Edit
hooks.ts
Edit
img
Edit
language
Edit
memoizedDebounce.ts
Edit
migrations
Edit
mocks
Edit
module.tsx
Edit
plugin.json
Edit
query-runner
Edit
resources
Edit
standardStatistics.ts
Edit
tracking.test.ts
Edit
tracking.ts
Edit
types.ts
Edit
utils
Edit
variables.test.ts
Edit
variables.ts
Edit