ReadonlyfieldsArray of field configurations defining the form's input controls.
ReadonlykindIdentifies this as a declarative form template.
Optional ReadonlynameOptional header text displayed in the editor component.
When provided, this name is shown as a header above the form fields. If undefined,
a default header will be used.
Form template using a declarative field configuration approach.
Defines a form using an array of field configurations. Each field in the
fieldsarray specifies the type of input control (text field, checkbox, select, etc.) and its properties. The form is automatically rendered based on these configurations.This is the recommended approach for most use cases as it provides a structured, declarative way to define forms without writing custom rendering logic.