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

Method _incValue

packages/main/src/StepInput.ts:613–618  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

611 }
612
613 _incValue() {
614 if (this._incIconClickable && !this.disabled && !this.readonly) {
615 this._modifyValue(this.step, true);
616 this._previousValue = this.value;
617 }
618 }
619
620 _decValue() {
621 if (this._decIconClickable && !this.disabled && !this.readonly) {

Callers

nothing calls this directly

Calls 1

_modifyValueMethod · 0.95

Tested by

no test coverage detected