Skip to content

EmbedAction.setTooltip method

EmbedAction › setTooltip

Unofficial

Set the tooltip shown when hovering the action.

Signature:

setTooltip(tooltip: string): this

Parameters:

ParameterTypeDescription
tooltipstringThe tooltip text.

Returns: thisThe action, for chaining.