Setting.setTooltip method
Setting › setTooltip
Official
Set the tooltip of the setting.Signature:
setTooltip(tooltip: string, options?: TooltipOptions | undefined): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| tooltip | string | |
| options? | TooltipOptions | undefined | *(Optional)* |
Returns: this
Since: 1.1.0