Nutrient Web SDK
    Preparing search index...

    Interface FormOptionJSON

    Used to represent options in ChoiceFormFields.

    interface FormOptionJSON {
        label: string;
        value: string;
    }
    Index

    Properties

    Properties

    label: string
    value: string