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
As per the definition of the trigger method accepts a single string or an array of string and the first string that gets matched to the defined commands gets invoked.
What happens if none of the given strings are matched? will annyang trigger a resultnomatch on each of the strings or only once at the the end?
is there a way to stop resultnomatch to be triggered when the annyang trigger method is being called
is there a way to have a call back to trigger when all the strings in the array has been attempted to be triggered?
The text was updated successfully, but these errors were encountered:
As per the definition of the trigger method accepts a single string or an array of string and the first string that gets matched to the defined commands gets invoked.
The text was updated successfully, but these errors were encountered: