Home > @poq/sdk > FormVariant > (constructor)
Constructs a new instance of the FormVariant
class
Signature:
constructor(params: {
id: string;
value: string;
swatch?: string;
customData?: Record<string, unknown>;
});
Parameter | Type | Description |
---|---|---|
params | { id: string; value: string; swatch?: string; customData?: Record<string, unknown>; } |