Langfuse JS/TS SDKs
    Preparing search index...
    interface Null {
        column: string;
        operator: EvaluationRuleNullFilterOperator;
        type: "null";
        value: "";
    }

    Hierarchy (View Summary)

    Index

    Properties

    column: string

    Column to filter on, for example parentObservationId.

    type: "null"
    value: ""

    Required empty-string placeholder used by the runtime filter contract.