timer.restart()

timer.restart(callback[, delay[, time]])

Restart a timer with the specified callback and optional delay and time. This is equivalent to stopping this timer and creating a new timer with the specified arguments, although this timer retains the original invocation priority.

doc_D3_Js
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.