Skip to main content

Home > @jsplumbtoolkit/browser-ui > Surface > getRenderedEndpoint

Surface.getRenderedEndpoint() method

Gets the underlying jsPlumb Endpoint that was rendered for the given Port or Vertex.

Signature:

getRenderedEndpoint(vertexId: string): Endpoint;

Parameters

ParameterTypeDescription
vertexIdstringThe Port/Node/Group, or the ID of the Port/Node/Group, to retrieve the Endpoint for.

Returns:

Endpoint

A jsPlumb Endpoint, null if not found.