Unblu Agent Embedded JS API
    Preparing search index...

    Interface EqualsIdOperator

    "Equals" ID operator. Matches ID value

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

    Properties

    Properties

    type: EQUALS
    value: string