Home > @poq/sdk > FormVariant
Signature:
export declare class FormVariant extends PoqContract 
Extends: PoqContract
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the FormVariantclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| customData | Record<string, unknown> | undefined | Custom data associated with the form variant. | |
| id | string | Id of the form variant. | |
| swatch | string | undefined | URL of the product image to represent this form variant. | |
| value | string | Value of the form variant. |