Langfuse JS/TS SDKs
    Preparing search index...

    Interface CreatePresetPlacement

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

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

    Hierarchy (View Summary)

    Index

    Properties

    height?: number

    Height in grid rows. Defaults to 6.

    id?: string

    Server-generated when omitted.

    presetId: string
    width?: number

    Width in grid columns. Defaults to 6.

    x?: number

    Grid column (12-column grid). Defaults to 0.

    y?: number

    Grid row. Defaults to the first row below all existing tiles.