@joint/react
    Preparing search index...

    Type Alias RenderLink<LinkData>

    RenderLink: (data: LinkData) => ReactNode

    Render function for links. Receives the link's data slice only, same performance rationale as RenderElement. Use useCell() (with an optional selector) inside the renderer when source / target / id are needed.

    The framework guarantees data is at least {} at this boundary.

    Type Parameters

    • LinkData = unknown

    Type Declaration