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:show

Notifies when drawings have been shown.

Examples

annotationsApp.on('drawing:show', function () {
    console.log('Drawings are now showing.');
});
Was this article helpful?