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

    Type Alias BoundsConstraint<TPose>

    BoundsConstraint: ActionBehavior<
        TPose,
        ResizeProposed<TPose>,
        ResizeMoveResult<TPose>,
    >

    A bounds-frame constraint plugged into useResize / resizeAction. Reads/writes {x,y,width,height} and can override the proposed pose on each frame (e.g. lock-aspect, clamp-min-size, snap-to-grid).

    Type Parameters