Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: run actions defined in options #165

Closed
andersonba opened this issue Nov 29, 2018 · 0 comments
Closed

feature: run actions defined in options #165

andersonba opened this issue Nov 29, 2018 · 0 comments

Comments

@andersonba
Copy link
Owner

Sometimes we need to run actions after the user chooses some options.

Example:

- message: How do you want receive news?
  type: MultipleChoice
  options:
    - label: E-mail
      postActions:
        - setNewsletterMethod: email
    - label: SMS
      postActions:
        - setNewsletterMethod: sms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant