Home > borogove > FormItem > (constructor)

FormItem.(constructor)

Rows when this item represents a result table

Signature:

protected constructor(text: string | null, field: borogove_FormField | null, section: borogove_FormSection | null, tableHeader?: Array<borogove markdown="1"_FormField> | null, tableRows?: Array<Array markdown="1"<borogove markdown="1"_FormField>> | null, status?: string | null);

Parameters

Parameter Type Description
text string | null
field borogove_FormField | null
section borogove_FormSection | null
tableHeader Array<borogove_FormField> | null (Optional)
tableRows Array<Array<borogove_FormField>> | null (Optional)
status string | null (Optional)