UNPKG

vue-frappe-formbuilder-health

Version:

Vue Form Builder PRO MAX built from top of Vue. Super dynamic and flexible including Drag and Drop feature.

20 lines (16 loc) 323 B
class FormFormula { name = "" description= "" formula= "" outputField ="" constructor(name, description, formula,outputField) { this.name = name; this.description= description; this.formula= formula; this.outputField =outputField } } export { FormFormula }