Signature:
export declare class Form extends PoqContract
Extends: PoqContract
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the Form class |
Property | Modifiers | Type | Description |
---|---|---|---|
name | string | Name of the form. | |
preselected | boolean | Whether the value of the form should come as pre-selected when the UI opens. | |
variations | FormVariant[] | Variations of the form. For example, if the form is “Colour”, its variations can be “Red” and “Green”. |