QueryEditorExpressionType🔗Definition🔗class QueryEditorExpressionType(enum.StrEnum): PROPERTY = "property" OPERATOR = "operator" OR = "or" AND = "and" GROUP_BY = "groupBy" FUNCTION = "function" FUNCTION_PARAMETER = "functionParameter"