Langfuse JS/TS SDKs
    Preparing search index...

    Interface PresetPlacement

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

    interface PresetPlacement {
        height: number;
        id: string;
        presetId: string;
        width: number;
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    height: number
    id: string
    presetId: string
    width: number
    x: number
    y: number