tooltip

fun tooltip(vararg lines: String): HoverTextBuilder

Adds a tooltip that appears when hovering over the text.

Return

The HoverTextBuilder instance for method chaining.

Parameters

lines

The lines of text to display in the tooltip.