Home > @jsplumb/core > EndpointComputeFunction
#
EndpointComputeFunction typeSignature:
export declare type EndpointComputeFunction<T> = (endpoint: EndpointRepresentation<T>, anchorPoint: AnchorPlacement, orientation: Orientation, endpointStyle: any) => T;
References: EndpointRepresentation, Orientation