ChemPal Documentation - v1.6.0
    Preparing search index...

    Boolean negation of a sub-expression.

    interface NotNode {
        type: "not";
        operand: SearchAst;
    }
    Index

    Properties

    Properties

    type: "not"
    operand: SearchAst