AutoBE
    Preparing search index...

    True when the value is null or undefined.

    interface IIsNilPredicate {
        kind: "isNil";
        value: IValueExpression;
    }
    Index

    Properties

    Properties

    kind: "isNil"