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.
Event Annotations API

drawing:exitDrawingMode

Notifies you when drawing mode has been exited.

Examples

annotationsApp.on('drawing:exitDrawingMode', function () {
    console.log('We have left drawing mode.');
});
Was this article helpful?