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:
result
(fun(params: tes3ui.showMessageMenu.params.tooltip.callbackData))
header
⚓︎
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)