Skip to main content

Home > @jsplumbtoolkit/browser-ui > EndpointFactory

EndpointFactory variable

Signature:

EndpointFactory: {
get: (ep: Endpoint, name: string, params: any) => EndpointRepresentation<any>;
clone: <C>(epr: EndpointRepresentation<C>) => EndpointRepresentation<C>;
compute: <T>(endpoint: EndpointRepresentation<T>, anchorPoint: AnchorPlacement, orientation: Orientation, endpointStyle: any) => T;
}