Sets a string that specifies the target to where the hypertext link points.

<void> HypertextLink.setTarget(<string> target, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
target A string that specifies the target to where the hypertext link points.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.