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

    Interface ResizeMoveResult<TPose>

    Per-frame result a BoundsConstraint.onMove can return to override the proposed pose.

    interface ResizeMoveResult<TPose extends ResizePose> {
        pose?: TPose;
    }

    Type Parameters

    Index

    Properties

    Properties

    pose?: TPose