Get Form Settings
FormForm.getSettings()
Retrieves the settings of the form.
To get the settings of the form in a specific state, first use the form.setSettings() method to set form to the desired state. Then use form.getSettings() to retrieve the settings of the form.
Syntax
Returns
Promise<FormSettings>: Object - A promise that resolves to the settings of the form.
FormSettings Properties