Skip to main content

Home > @jsplumbtoolkit/browser-ui-anim > ConnectionOverlayAnimator

ConnectionOverlayAnimator type

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

Signature:

export declare type ConnectionOverlayAnimator = {
eventGenerator: EventGenerator;
play: () => any;
pause: () => any;
cancel: () => any;
connection: Connection;
};