You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
It would be nice if there was a more elegant way to add extra event handlers to OSD. Currently, this is possible only by rewriting the entire method. Perhaps there should be a default list of event handlers defined as a property on the viewType (e.g. ImageVIew.osdHandlers) which could be appended to as necessary.
The text was updated successfully, but these errors were encountered:
markmatney
changed the title
modify Mirador so plugins can easily add event handlers to a viewType's OSD
pass plugin-specific OSD event handlers as arguments to createOpenSeadragonInstance
Jul 17, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be nice if there was a more elegant way to add extra event handlers to OSD. Currently, this is possible only by rewriting the entire method. Perhaps there should be a default list of event handlers defined as a property on the viewType (e.g.
ImageVIew.osdHandlers
) which could be appended to as necessary.The text was updated successfully, but these errors were encountered: