Annotations: add standard annotations support (and use it for flux queries) (#27375)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user