Skip to content
Discussion options

You must be logged in to vote

Custom widgets can listen to events, the method handlers need to be called with Event suffix - e.g.:

class WordCountWidget extends api.NoteContextAwareWidget {
     ...

     activeContextChangedEvent() {
    }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fooyoo
Comment options

Answer selected by fooyoo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants