Skip to main content

Home > @jsplumbtoolkit/browser-ui-vanilla > CustomTagDefinition > rendered

CustomTagDefinition.rendered property

This function is called whenever the tag is encountered during rendering. el is the root element for a fragment rendered using the definition's template. Note that at the time this is called, el is not yet in the DOM.

Signature:

rendered: (el: Element, data: any, instance: Knockle, surface: Surface, vertex: Vertex) => any;