simov/express-admin

Are there lifecycle event hooks for different actions such as update, insert, delete?

jdgriffith opened this issue · 2 comments

I have added model event hooks in my API and need certain hooks to be fired on the admin side too to keep my Elastic Search instance in sync. Is there a hook mechanism or strategy?

Awesome! This will work for my purposes. Thanks!