Skip to content

tes3ui.showMessageMenu.params.tooltip⚓︎

Layout for the tooltip table passed to tes3ui.showMessageMenu function.

Properties⚓︎

callback⚓︎

A function to call when the tooltip has been created. Passes context information. Can be used to make further adjustments to the tooltip.

Returns:


The header at the top of the tooltip. Can also be a function that returns a string.

Returns:

  • result (string, fun(callbackParams: table): string, nil)

text⚓︎

The text in the body of the tooltip. Can also be a function that returns a string.

Returns:

  • result (string, fun(callbackParams: table): string, nil)