Emit event when action is started (e.g. modal is opened) and separate action-executed to action-done and action-canceled #6396
Unanswered
webard
asked this question in
Ideas & Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can be used to hide some floated elements, or catching when users starts doing something and when his ended operation.
Nova.$emit('action-modal-started')
is fired when user clicked on actionNova.$emit('action-modal-done')
is fired when user clicked Run actionNova.$emit('action-modal-canceled')
is fired when user clicked Cancel in modalBeta Was this translation helpful? Give feedback.
All reactions