Annotations API Events
drawing:show
Notifies when drawings have been shown.
Examples
annotationsApp.on('drawing:show', function () {
console.log('Drawings are now showing.');
});
Annotations API Events
Notifies when drawings have been shown.
annotationsApp.on('drawing:show', function () {
console.log('Drawings are now showing.');
});