Home > borogove > FormItem > (constructor)
FormItem.(constructor)
Constructs a new instance of the FormItem class
Signature:
protected constructor(text: string | null, field: borogove.FormField | null, section: borogove.FormSection | null);
Parameters
| Parameter | Type | Description |
|---|---|---|
| text | string | null | |
| field | borogove.FormField | null | |
| section | borogove.FormSection | null |