Unblu Agent Embedded JS API
    Preparing search index...

    Interface EqualsStringOperator

    "Equals" string operator. Matches string value

    interface EqualsStringOperator {
        type: EQUALS;
        value: string;
    }
    Index

    Properties

    Properties

    type: EQUALS
    value: string