Skip to content

Interface: ReviewFormFieldOption

Option entry shared by choice-style custom question fields.

Properties

id

ts
id: number;

label

ts
label: string;

other_field?

ts
optional other_field?: ReviewFormFieldOtherField;

value

ts
value: string;