Set Form Settings
FormForm.setSettings(settings)
Sets the settings of the form.
Syntax
Parameters
settings
: Partial<FormSettings
> - The settings to set for the form.
FormSettings
Properties
Returns
Promise<null
>
A Promise that resolves to null
.