MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / emitValueChange

Method emitValueChange

core/src/components/range/range.tsx:490–493  ·  view source on GitHub ↗

* Emits an `ionChange` event. * * This API should be called for user committed changes. * This API should not be used for external value changes.

()

Source from the content-addressed store, hash-verified

488 * This API should not be used for external value changes.
489 */
490 private emitValueChange() {
491 this.value = this.ensureValueInBounds(this.value);
492 this.ionChange.emit({ value: this.value });
493 }
494
495 /**
496 * The value should be updated on touch end or

Callers 2

RangeClass · 0.95
onEndMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected