Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface FormFieldChoiceConfig

    interface FormFieldChoiceConfig {
        multiple?: boolean;
        options?: FormFieldChoiceConfigOption[];
        allow_other?: FormFieldChoiceConfigAllowOther;
    }
    Index

    Properties

    multiple?: boolean