Back to Node Auth0

Interface FormFieldEmail

docs/interfaces/management.Management.FormFieldEmail.html

5.9.11.2 KB
Original Source

Interface FormFieldEmail

interface FormFieldEmail {
id: string;
category: "FIELD";
type: "EMAIL";
config?: FormFieldEmailConfig;
label?: string;
hint?: string;
required?: boolean;
sensitive?: boolean;
}

Index

Properties

idcategorytypeconfig?label?hint?required?sensitive?

Properties

id

id: string

category

category: "FIELD"

type

type: "EMAIL"

Optionalconfig

config?: FormFieldEmailConfig

Optionallabel

label?: string

Optionalhint

hint?: string

Optionalrequired

required?: boolean

Optionalsensitive

sensitive?: boolean

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idcategorytypeconfiglabelhintrequiredsensitive