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

Notifies you when setVisibility is called on the notepad module.

Examples

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