Home > @poq/sdk > Form > (constructor)
Constructs a new instance of the Form class
Signature:
constructor(params: {
name: string;
preselected: boolean;
variations: FormVariant[];
});
| Parameter | Type | Description |
|---|---|---|
| params | { name: string; preselected: boolean; variations: FormVariant[]; } |