Home > @jsplumbtoolkit/browser-ui > 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;
};
References: EventGenerator, Connection