Skip to content

Commit

Permalink
Update src/plugins/unified_search/public/filter_bar/filter_editor/lib…
Browse files Browse the repository at this point in the history
…/filter_operators.ts
  • Loading branch information
mbondyra authored Feb 15, 2024
1 parent 8655daf commit e6fdb82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export interface Operator {
*/
field?: (field: DataViewField) => boolean;
/**
* List of operators that value preserves when switching to this operator
* If applicable, preserves or converts filter params when switching between operators
*/
getParamsFromPrevOperator?: (
prevOperator: Operator | undefined,
Expand Down

0 comments on commit e6fdb82

Please sign in to comment.