volder icon indicating copy to clipboard operation
volder copied to clipboard

volder events

Open alguerocode opened this issue 3 years ago • 0 comments

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 avatar Jan 25 '22 05:01 alguerocode