Gets the background color of the selected text.
Introduced: X16.
<void> Selection.getTextBackColor(<RequestStringCallback> callback, [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
callback | Receives the background color of the selected text either as a hex value or an HTML color name. |
error |
Optional. Is called when the operation failed with an error. |