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
ruipin
changed the title
Allow modules to set a callback for when OVERRIDE wrappers get overridden,.
Allow hooks for when OVERRIDE wrappers get overridden,.
Feb 10, 2021
ruipin
changed the title
Allow hooks for when OVERRIDE wrappers get overridden,.
Triggers hooks when OVERRIDE wrappers get overridden.
Feb 12, 2021
ruipin
changed the title
Triggers hooks when OVERRIDE wrappers get overridden.
Trigger hooks when OVERRIDE wrappers get overridden.
Apr 10, 2021
If an existing OVERRIDE wrapper gets taken over by a different module because they have priority, right now modules are not notified.
It might make sense to add an option API to allow modules to set a callback that should be fired when this event happens.
This could use the
Hooks
system, e.g. a hooklibWrapper.OverrideLost
Might make sense to add this also for similar events, e.g.
libWrapper.ConflictDetected
.The text was updated successfully, but these errors were encountered: