* Sets the timestamp to an absolute value. * @param value * @private
(value: number)
| 387 | * @private |
| 388 | */ |
| 389 | _setTimestamp(value: number) { |
| 390 | this._safelySetTimestamp(value); |
| 391 | this.fireDecoratorEvent("navigate", { timestamp: this.timestamp! }); |
| 392 | } |
| 393 | |
| 394 | /** |
| 395 | * In range selection, the currently focused or hovered year range is considered the "second timestamp". |
no test coverage detected