if (options && options.onMove && typeof options.onMove === 'function') {
      this.onMove = options.onMove
    }