Poq.SDK.Node

Home > @poq/sdk > Form

Form class

Signature:

export declare class Form extends PoqContract 

Extends: PoqContract

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the Form class

Properties

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”.