Home > @jsplumbtoolkit/browser-ui > createFloatingAnchor
createFloatingAnchor() function
Signature:
export declare function createFloatingAnchor(instance: JsPlumbInstance, ep: Endpoint<Element>, element: Element, elementId: string): LightweightFloatingAnchor;
Parameters
Parameter | Type | Description |
---|---|---|
instance | JsPlumbInstance | |
ep | Endpoint<Element> | |
element | Element | |
elementId | string |
Returns: