proposit-core
    Preparing search index...

    Type Alias TNotOperatorNotDecidableReason

    TNotOperatorNotDecidableReason: "is-not-operator" | "not-an-operator-type"

    Reason an expression cannot be voted on:

    • "is-not-operator" — the expression is the "not" operator (flipped by render-time negation, not voted on).
    • "not-an-operator-type" — the expression exists but is a variable or formula node; only operator expressions carry accept/reject state.