Type Alias ConnectionOverlayAnimator

ConnectionOverlayAnimator: {
    cancel: (() => any);
    connection: Connection<Element>;
    eventGenerator: EventGenerator;
    pause: (() => any);
    play: (() => any);
}

Definition of the control surface for a specific segment in the tracePath method.

Version :