class HistoryItem { constructor(_source, _target, _times) { this.sourceTube = _tbAIndex; this.targetTube = _tbBIndex; this.times = _times; } }