MCPcopy Index your code
hub / github.com/apache/echarts / onUpdate

Method onUpdate

src/component/timeline/SliderTimelineView.ts:592–594  ·  view source on GitHub ↗
(pointer: TimelineSymbol)

Source from the content-addressed store, hash-verified

590 pointerMoveTo(pointer, me._progressLine, currentIndex, axis, timelineModel, true);
591 },
592 onUpdate(pointer: TimelineSymbol) {
593 pointerMoveTo(pointer, me._progressLine, currentIndex, axis, timelineModel);
594 }
595 };
596
597 // Reuse when exists, for animation and drag.

Callers 2

forkMethod · 0.80
giveSymbolFunction · 0.80

Calls 1

pointerMoveToFunction · 0.85

Tested by

no test coverage detected