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

    Hierarchy (View Summary)

    Index

    Properties

    column: string

    Column to filter on. In the unstable public API this is currently parentObservationId.

    type: "null"
    value?: string

    Ignored placeholder value. Clients may omit it or send an empty string.