Langfuse JS/TS SDKs
    Preparing search index...

    This file was auto-generated by Fern from our API Definition.

    interface Widget {
        height: number;
        id: string;
        type: "widget";
        widgetId: string;
        width: number;
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    height: number
    id: string
    type: "widget"
    widgetId: string
    width: number
    x: number
    y: number