Skip to content

ButtonComponent.setTooltip method

ButtonComponent › setTooltip

Official

Sets the tooltip for the button component.

Signature:

setTooltip(tooltip: string, options?: TooltipOptions | undefined): this

Parameters:

Parameter Type Description
tooltip string
options? TooltipOptions | undefined *(Optional)*

Returns: this

Since: 1.1.0