QueryEditorExpressionType🔗Definition🔗export enum QueryEditorExpressionType { Property = "property", Operator = "operator", Or = "or", And = "and", GroupBy = "groupBy", Function = "function", FunctionParameter = "functionParameter", }