Skip to content

QueryEditorExpressionType🔗

Definition🔗

type QueryEditorExpressionType string
const (
    QueryEditorExpressionTypeProperty QueryEditorExpressionType = "property"
    QueryEditorExpressionTypeOperator QueryEditorExpressionType = "operator"
    QueryEditorExpressionTypeOr QueryEditorExpressionType = "or"
    QueryEditorExpressionTypeAnd QueryEditorExpressionType = "and"
    QueryEditorExpressionTypeGroupBy QueryEditorExpressionType = "groupBy"
    QueryEditorExpressionTypeFunction QueryEditorExpressionType = "function"
    QueryEditorExpressionTypeFunctionParameter QueryEditorExpressionType = "functionParameter"
)