Unblu Agent Embedded JS API
    Preparing search index...

    Interface AllEqualIdListOperator

    "All equal ID" list operator. Matches if a list has the same length and contains the same values as the list provided

    interface AllEqualIdListOperator {
        type: ALL_EQUAL;
        values: string[];
    }
    Index

    Properties

    Properties

    type: ALL_EQUAL
    values: string[]