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
Introduce Action parameters on configuration that optionally allow injection of methods to be triggered before the data interaction and after the data interaction
OnBefore delegate property added
OnAfter delegate property added
The text was updated successfully, but these errors were encountered:
I'd like to have these.
Idea would be to execute code after the instant API saved the changes, i.e. to send the change out to connected clients via SignalR (realtime-push about added / changed entries).
Introduce
Action
parameters on configuration that optionally allow injection of methods to be triggered before the data interaction and after the data interactionThe text was updated successfully, but these errors were encountered: