SetTooltip
Sets field tooltip
note
This functionality is available in paid ONLYOFFICE Docs editions.
Syntax
expression.SetTooltip(tooltip);
expression - A variable that represents a ApiBaseField class.
Parameters
| Name | Required/Optional | Data type | Default | Description |
|---|---|---|---|---|
| tooltip | Required | string | The tooltip text for the field. |
Returns
boolean