Sets the form field's descriptive text. An empty string or null can be used to delete a previously set text.
Introduced: 34.0.
<void> FormField.setDescriptiveText(<string> value, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| value | The new property value. |
| callback | Optional. Is called when the operation completed. |
| error |
Optional. Is called when the operation failed with an error. |