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

Method onStart

core/src/components/range/range.tsx:503–505  ·  view source on GitHub ↗

* The value should be updated on touch end or * when the component is being dragged. * This follows the native behavior of mobile devices. * * For example: When the user lifts their finger from the * screen after tapping the bar or dragging the bar or knob.

()

Source from the content-addressed store, hash-verified

501 * screen after tapping the bar or dragging the bar or knob.
502 */
503 private onStart() {
504 this.ionKnobMoveStart.emit({ value: this.ensureValueInBounds(this.value) });
505 }
506
507 /**
508 * The value should be updated while dragging the

Callers 2

RangeClass · 0.95
renderRangeSliderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected