Home > borogove > FormItem

FormItem class

Signature:

export class borogove_FormItem 

Constructors

Constructor Modifiers Description
(constructor)(text, field, section, tableHeader, tableRows, status) protected Rows when this item represents a result table

Properties

Property Modifiers Type Description
field borogove_FormField | null Form field for this item, or null when the item is not a field
section borogove_FormSection | null Nested section for this item, or null when the item is not a section
status string | null Optional status type associated with instructional text
tableHeader borogove_FormField[] | null Column definitions when this item represents a result table
tableRows borogove_FormField[][] | null
text string | null Plain text content for this item, or null when the item is not text-only