Type alias ConnectionOverlayAnimator
ConnectionOverlayAnimator: { cancel: (() => any); connection: Connection<Element>; eventGenerator: EventGenerator; pause: (() => any); play: (() => any); } Type declaration
cancel: (() => any)
connection: Connection<Element>
pause: (() => any)
play: (() => any)
Version :
Definition of the control surface for a specific segment in the tracePath method.