Unblu Agent Embedded JS API
    Preparing search index...

    Interface AllOfIdListOperator

    "All of ID" list operator. Matches if all the values are present in the list

    interface AllOfIdListOperator {
        type: ALL_OF;
        values: string[];
    }
    Index

    Properties

    Properties

    type: ALL_OF
    values: string[]