weasel API - v0.8.0
    Preparing search index...

    Interface InsertOverlay<TPose>

    Live overlay state exposed by useInsert for rendering the in-flight insert preview.

    interface InsertOverlay<TPose> {
        bounds: ResizePose;
        current: InsertPoint;
        pose: TPose;
        start: InsertPoint;
    }

    Type Parameters

    • TPose
    Index

    Properties

    bounds: ResizePose

    Axis-aligned bounding rect derived from start/current.

    current: InsertPoint
    pose: TPose

    TPose constructed from bounds via the hook's posefromBounds.