Back to Node Auth0

Interface FormFieldCustom

docs/interfaces/management.Management.FormFieldCustom.html

5.9.11.2 KB
Original Source

Interface FormFieldCustom

interface FormFieldCustom {
id: string;
category: "FIELD";
type: "CUSTOM";
config: FormFieldCustomConfig;
label?: string;
hint?: string;
required?: boolean;
sensitive?: boolean;
}

Index

Properties

idcategorytypeconfiglabel?hint?required?sensitive?

Properties

id

id: string

category

category: "FIELD"

type

type: "CUSTOM"

config

config: FormFieldCustomConfig

Optionallabel

label?: string

Optionalhint

hint?: string

Optionalrequired

required?: boolean

Optionalsensitive

sensitive?: boolean

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idcategorytypeconfiglabelhintrequiredsensitive