volder
volder copied to clipboard
volder events
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) => {}