markupLink
Turns on/off the markup link tool, enabling the user to add a markup/annotation that has a link associated with it. When you click on this markup/annotation it will trigger a callback to handle the associated link.
Callbacks
Syntax
RxCore.markupLink(selected)
Parameters
selected: boolean — Set totrueto enable the markup line tool, orfalseto disable it.
Returns
- NA — This method does not return a value.