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

volder events #72

Open
alguerocode opened this issue Jan 25, 2022 · 0 comments
Open

volder events #72

alguerocode opened this issue Jan 25, 2022 · 0 comments
Labels
✅👍 assigned feature-discussion 🏆 add new feature help wanted Extra attention is needed 💡 idea Idea for improve volder package

Comments

@alguerocode
Copy link
Member

alguerocode commented Jan 25, 2022

volder events idea is a function that trigger when the validation run;
it has two types

  • before the validation
  • after the vaildation
  • input argument is the user Enterd value
  • options is the configured object that exists in volder schema
volderSchema.before = (input, options)=> {}
volderSchema.after = (input, options) => {}
@alguerocode alguerocode added help wanted Extra attention is needed 💡 idea Idea for improve volder package feature-discussion 🏆 add new feature ✅👍 assigned labels Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅👍 assigned feature-discussion 🏆 add new feature help wanted Extra attention is needed 💡 idea Idea for improve volder package
Projects
None yet
Development

No branches or pull requests

1 participant