markUpArrow
Use this method to turn on/off the markup arrow tool. This enables the user to draw a markup arrow of the specified type using the mouse.
Syntax
RxCore.markUpArrow(selected, type)
Parameters
selected
: boolean — Set totrue
to enable the markup arrow tool, orfalse
to disable it.type
: number — Specifies the type of arrow:0
= single open1
= single filled2
= double open3
= double filled
Returns
- NA — This method does not return a value.