This commit is contained in:
Ivana Huckova 2022-09-12 15:01:07 +02:00
parent 20a0499909
commit d5b79d60dd

View File

@ -381,8 +381,9 @@ export interface QueryEditorProps<
query: TVQuery; query: TVQuery;
onRunQuery: () => void; onRunQuery: () => void;
onChange: (value: TVQuery) => void; onChange: (value: TVQuery) => void;
onAddQuery: (query: TQuery) => void;
onBlur?: () => void; onBlur?: () => void;
onAddQuery?: (query: TQuery) => void;
/** /**
* Contains query response filtered by refId of QueryResultBase and possible query error * Contains query response filtered by refId of QueryResultBase and possible query error
*/ */