Back to Node Auth0

Interface FormFieldTel

docs/interfaces/management.Management.FormFieldTel.html

5.9.11.2 KB
Original Source

Interface FormFieldTel

interface FormFieldTel {
id: string;
category: "FIELD";
type: "TEL";
config?: FormFieldTelConfig;
label?: string;
hint?: string;
required?: boolean;
sensitive?: boolean;
}

Index

Properties

idcategorytypeconfig?label?hint?required?sensitive?

Properties

id

id: string

category

category: "FIELD"

type

type: "TEL"

Optionalconfig

config?: FormFieldTelConfig

Optionallabel

label?: string

Optionalhint

hint?: string

Optionalrequired

required?: boolean

Optionalsensitive

sensitive?: boolean

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idcategorytypeconfiglabelhintrequiredsensitive