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

notepad:toggleVisibility

Notifies you when toggleVisibility is called on the notepad module.

Examples

annotationsApp.on('notepad:toggleVisibility', function () {
    console.log('Notepad visibility changed to: ' + annotationsApp.module('notepad').isVisible());
});
Was this article helpful?