Annotations API Methods
enterDrawingMode()
Enters the drawing mode. This is the same as clicking on the "Drawing mode" button in the user interface. In this mode, the drawing toolbar is displayed and users can draw on the drawing areas.
Note All drawing areas will enter drawing mode when this method is called.
Examples
itemsApp.assessApp().annotationsApp().module('drawing').enterDrawingMode();
Arguments
None.
Return value
None (undefined
).