Protocol for providing tooltip content for vertices.
This protocol allows vertices to specify their tooltip content, which is displayed when hovering over the vertex in graph visualizations.
Note: This component is rendered for every vertex in the graph, so it should be efficient.
Summary
Functions
Returns the tooltip content for this vertex.
Types
@type t() :: term()
All the types that implement this protocol.