Gets the form field's descriptive text. An empty string indicates that the link has no such text.
Introduced: 34.0.
<void> FormField.getDescriptiveText(<RequestStringCallback> callback, [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| callback | Receives the current property value. |
| error |
Optional. Is called when the operation failed with an error. |