stickynote.remove - Events - Annotations API

Annotations API Events

stickynote:remove

Triggered when a sticky note is removed.

Examples

annotationsApp.on('stickynote:remove', function (payloadData) {
    console.log('Removed a Sticky Note with an ID of ' + payloadData.id);
});

Callback arguments

  • id number

    The unique id of the sticky note that was removed.

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.