Poq.SDK.Node

Home > @poq/sdk > Form > (constructor)

Form.(constructor)

Constructs a new instance of the Form class

Signature:

constructor(params: {
        name: string;
        preselected: boolean;
        variations: FormVariant[];
    });

Parameters

Parameter Type Description
params { name: string; preselected: boolean; variations: FormVariant[]; }