MCPcopy Create free account
hub / github.com/UI5/webcomponents / _setTimestamp

Method _setTimestamp

packages/main/src/YearRangePicker.ts:389–392  ·  view source on GitHub ↗

* Sets the timestamp to an absolute value. * @param value * @private

(value: number)

Source from the content-addressed store, hash-verified

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".

Callers 2

_onkeydownMethod · 0.95
_onHomeOrEndMethod · 0.95

Calls 1

_safelySetTimestampMethod · 0.80

Tested by

no test coverage detected