Skip to main content

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 to true to enable the markup arrow tool, or false to disable it.
  • type: number — Specifies the type of arrow:
    • 0 = single open
    • 1 = single filled
    • 2 = double open
    • 3 = double filled

Returns

  • NA — This method does not return a value.