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

    Type Alias MoveBehavior<TPose>

    A behavior plugged into useMove — shapes the proposed transform during a drag. Behaviors receive a GroupTransform (currently always 'translate' for useMove) and return a BehaviorResult shaping it (or, legacy, an override pose run through the back-compat shim).

    Type Parameters

    • TPose