JMap.Form.setFormValues
Set form values of the given form.
const form = JMap.Form.getAttributeForm() // set values of the attribute form JMap.Form.setFormValues(form, { color: "white", type: "tree" }) Copy
const form = JMap.Form.getAttributeForm() // set values of the attribute form JMap.Form.setFormValues(form, { color: "white", type: "tree" })
JMap.Form.setFormValues
Set form values of the given form.