File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/plugins/expressions/public/types
x-pack/legacy/plugins/lens/public/indexpattern_plugin Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ import { TimeRange } from '../../../data/public';
2323import { Adapters } from '../../../inspector/public' ;
2424import { Query } from '../../../data/public' ;
2525import { ExpressionAST } from '../../../expressions/public' ;
26+ import { ExpressionArgAST } from '../../../../plugins/expressions/public' ;
2627
2728export { ArgumentType } from './arguments' ;
2829export {
@@ -89,6 +90,7 @@ export interface IExpressionLoaderParams {
8990 disableCaching ?: boolean ;
9091 customFunctions ?: [ ] ;
9192 customRenderers ?: [ ] ;
93+ extraHandlers ?: Record < string , any > ;
9294}
9395
9496export interface IInterpreterHandlers {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import dateMath from '@elastic/datemath';
99import {
1010 ExpressionFunction ,
1111 KibanaContext ,
12- } from '../../../../../../src/plugins/expressions/common ' ;
12+ } from '../../../../../../src/plugins/expressions/public ' ;
1313
1414interface LensAutoDateProps {
1515 aggConfigs : string ;
You canβt perform that action at this time.
0 commit comments