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

Method _resetSpin

packages/main/src/StepInput.ts:829–833  ·  view source on GitHub ↗

* Resets spin process

()

Source from the content-addressed store, hash-verified

827 * Resets spin process
828 */
829 _resetSpin() {
830 clearTimeout(this._spinTimeoutId);
831 this._btnDown = false;
832 this._spinStarted = false;
833 }
834
835 /**
836 * Resets spin process when mouse outs + or - buttons

Callers 2

_spinValueMethod · 0.95
_resetSpinOutMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected