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

Method _setTimestamp

packages/main/src/YearPicker.ts:332–335  ·  view source on GitHub ↗

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

(value: number)

Source from the content-addressed store, hash-verified

330 * @private
331 */
332 _setTimestamp(value: number) {
333 this._safelySetTimestamp(value);
334 this.fireDecoratorEvent("navigate", { timestamp: this.timestamp! });
335 }
336
337 /**
338 * Modifies timestamp by a given amount of years and, if necessary, loads the prev/next page.

Callers 2

_onkeydownMethod · 0.95
_onHomeOrEndMethod · 0.95

Calls 1

_safelySetTimestampMethod · 0.80

Tested by

no test coverage detected