Gets the table's descriptive text. The descriptive text is used by screen readers to describe the table to users with visual impairments. An empty string is returned if no descriptive text is set.
Introduced: 34.0.
<void> Table.getDescriptiveText(<RequestStringCallback> callback, [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| callback | Receives the current property value. |
| error |
Optional. Is called when the operation failed with an error. |