Home > borogove > FormItem > (constructor)

FormItem.(constructor)

Constructs a new instance of the borogove_FormItem class

Signature:

protected constructor(text: string | null, field: borogove_FormField | null, section: borogove_FormSection | null, tableHeader?: borogove_FormField[] | null, tableRows?: borogove_FormField[][] | null, status?: string | null);

Parameters

Parameter Type Description
text string | null
field borogove_FormField | null
section borogove_FormSection | null
tableHeader borogove_FormField[] | null (Optional)
tableRows borogove_FormField[][] | null (Optional)
status string | null (Optional)