Unblu Agent Embedded JS API
    Preparing search index...

    Interface NotEqualsStringOperator

    "Not equals" string operator. Matches strings not equal to value

    interface NotEqualsStringOperator {
        type: NOT_EQUALS;
        value: string;
    }
    Index

    Properties

    Properties

    value: string