windease API reference - v0.6.0
    Preparing search index...

    Interface LayoutInfo

    interface LayoutInfo {
        placements: ReadonlyMap<NodeId, Rect>;
        settleMs: number;
    }
    Index

    Properties

    Properties

    placements: ReadonlyMap<NodeId, Rect>
    settleMs: number

    Settle animation duration in ms — children should transition between placements over this duration. 0 = no transition.