Back to Node Auth0

Interface FormFieldLegal

docs/interfaces/management.Management.FormFieldLegal.html

5.9.11.2 KB
Original Source

Interface FormFieldLegal

interface FormFieldLegal {
id: string;
category: "FIELD";
type: "LEGAL";
config?: FormFieldLegalConfig;
label?: string;
hint?: string;
required?: boolean;
sensitive?: boolean;
}

Index

Properties

idcategorytypeconfig?label?hint?required?sensitive?

Properties

id

id: string

category

category: "FIELD"

type

type: "LEGAL"

Optionalconfig

config?: FormFieldLegalConfig

Optionallabel

label?: string

Optionalhint

hint?: string

Optionalrequired

required?: boolean

Optionalsensitive

sensitive?: boolean

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idcategorytypeconfiglabelhintrequiredsensitive