Unblu Agent Embedded JS API
    Preparing search index...

    Interface InIdOperator

    "In" ID operator. Matches IDs in the provided list

    interface InIdOperator {
        type: IN;
        values: string[];
    }
    Index

    Properties

    Properties

    type: IN
    values: string[]