Searched refs:_tickPattern (Results 1 – 1 of 1) sorted by relevance
161 private _tickPattern: TickType[]; property in TickGenerator177 this._tickPattern = tickPatternToArray(pattern);185 const stepSize = this._patternSize / BigInt(this._tickPattern.length);192 patternIndex = patternIndex % this._tickPattern.length;193 const type = this._tickPattern[patternIndex];