Skip to main content

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

Surface.getRenderedVertex() method

Gets the DOM node that was rendered for the Node/Group with the given id.

Signature:

getRenderedVertex(vertexId: string): Element;

Parameters

ParameterTypeDescription
vertexIdstringId for node/group for which to retrieve the rendered element.

Returns:

Element

DOM element for the given vertex id, null if not found.