Poq.SDK.Node

Home > @poq/sdk > Form > variations

Form.variations property

Variations of the form. For example, if the form is “Colour”, its variations can be “Red” and “Green”.

Signature:

readonly variations: FormVariant[];

Example

console.log(form.variations.join(', ')); // Red, Green