OtherTouchHandleTouchHandle.moveVersion: NextOn this pageTouchHandle.move() method Dispatches a touchMove event for this touch. Signature interface TouchHandle { move(x: number, y: number): Promise<void>;} Parameters ParameterTypeDescriptionxnumberHorizontal position of the move.ynumberVertical position of the move. Returns: Promise<void>