box / viewer.js

A viewer for documents converted with the Box View API
Apache License 2.0
336 stars 99 forks source link

Missing documentation for plugins available messages #206

Open adadgio opened 9 years ago

adadgio commented 9 years ago

Document describes here https://github.com/box/viewer.js/tree/master#plugins that plugins can listen to events via messages. The only example given is the 'pagefocus' message.

What are the other messages available ? Are they the same than Crocodoc.on(e, ...) events ?