Annotations: add standard annotations support (and use it for flux queries) (#27375)

This commit is contained in:
Ryan McKinley
2020-09-11 08:09:44 -07:00
committed by GitHub
parent 4707508f4b
commit 5d11d8faa3
18 changed files with 955 additions and 94 deletions
@@ -122,6 +122,8 @@ export class DataSourceWithBackend<
/**
* Override to skip executing a query
*
* @returns false if the query should be skipped
*
* @virtual
*/
filterQuery?(query: TQuery): boolean;