JMap.Form.getDefaultValues
Returns the default data values of the form.
The result is an object where :
A JMap form metadata
Optional
Initial data. If provided, it will set the default data then overwrite with initial values.
a key/value object
const form = ...const defaultValues = JMap.Form.getDefaultValues(form) Copy
const form = ...const defaultValues = JMap.Form.getDefaultValues(form)
JMap.Form.getDefaultValues
Returns the default data values of the form.
The result is an object where :