Langfuse JS/TS SDKs
    Preparing search index...

    Type Alias DashboardPlacement

    DashboardPlacement:
        | unstable.DashboardPlacement.Widget
        | unstable.DashboardPlacement.Preset

    A tile on the dashboard's 12-column grid. x/y are the tile's top-left cell (0-based; y grows downward), width/height its size in cells. The UI default tile is 6x6 (half width). Overlapping tiles are not rejected; prefer appending below existing tiles (or omit the position on create to let the server do it).