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.

Type declaration

  • cancel: (() => any)
      • (): any
      • Returns any

  • connection: Connection<Element>
  • eventGenerator: EventGenerator
  • pause: (() => any)
      • (): any
      • Returns any

  • play: (() => any)
      • (): any
      • Returns any