@joint/react
    Preparing search index...

    Variable TextNodeConst

    TextNode: ForwardRefExoticComponent<
        Omit<TextNodeProps, "ref"> & RefAttributes<SVGTextElement>,
    > = ...

    TextNode component is a wrapper around the SVG text element that provides additional functionality for rendering text. It uses the Vectorizer library to handle text rendering and annotations. It allows you to specify various text options such as end-of-line characters, vertical alignment, line height, and more.

    • Vectorizer
    • Vectorizer.TextOptions

    The rendered SVG text element with the specified properties.