Langfuse JS/TS SDKs
    Preparing search index...
    interface ArrayOptions {
        column: string;
        operator: unstable.EvaluationRuleArrayOptionsFilterOperator;
        type: "arrayOptions";
        value: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    column: string

    Column to filter on.

    type: "arrayOptions"
    value: string[]

    One or more array elements to match.