scrollToRealTime(animationDuration?)
scrollToRealTime
scroll the position of the latest data.
Reference
typescript
(animationDuration?: number) => void
Parameters
animationDuration
Animation duration. If it is less than or equal to 0, there is no animation.
Returns
scrollToRealTime
returns undefined
.