Langfuse JS/TS SDKs
    Preparing search index...
    interface StringObject {
        column: string;
        key: string;
        operator: unstable.EvaluationRuleStringFilterOperator;
        type: "stringObject";
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    column: string

    Object-valued column to filter on. In the unstable public API this is currently metadata.

    key: string

    Top-level key inside the object-valued column to filter on.

    type: "stringObject"
    value: string