Documentation
    Preparing search index...

    Interface WindowPlacement

    id + rect only — the output of a layout strategy pass. Consumers track focus / stacking externally. (D3)

    interface WindowPlacement {
        id: string;
        rect: Rect;
    }
    Index

    Properties

    Properties

    id: string
    rect: Rect