Type alias AnimationEventCallbackParams

AnimationEventCallbackParams: {
    connection: Connection<Element>;
    element?: Element;
    harness: ConnectionOverlayAnimator;
}

The type defining the object that is passed to all events fired by the tracePath method.

Type declaration