Skip to main content
Version: 4.3

Advanced utilities

These are lower-level helpers for fully custom nodes. Most apps render elements as HTML with HTMLHost and never need them; they become useful once you draw your own SVG markup and want the same control a native JointJS shape would give you: named connection targets, JSX-authored markup, content-driven sizing, and proper SVG text.

For the HTML-first way of building custom nodes, start with Elements instead.