This is a lower-level API. Lower-level APIs are not recommended for most projects, and may not be available on all plans. See our page on recommended deployment patterns for more information.
Public Method Annotations API

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).

Was this article helpful?