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

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

Parameters

Parameter Description
value 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.