Back to Node Auth0

Interface FormFieldSocial

docs/interfaces/management.Management.FormFieldSocial.html

5.9.11.2 KB
Original Source

Interface FormFieldSocial

interface FormFieldSocial {
id: string;
category: "FIELD";
type: "SOCIAL";
config?: FormFieldSocialConfig;
label?: string;
hint?: string;
required?: boolean;
sensitive?: boolean;
}

Index

Properties

idcategorytypeconfig?label?hint?required?sensitive?

Properties

id

id: string

category

category: "FIELD"

type

type: "SOCIAL"

Optionalconfig

config?: FormFieldSocialConfig

Optionallabel

label?: string

Optionalhint

hint?: string

Optionalrequired

required?: boolean

Optionalsensitive

sensitive?: boolean

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idcategorytypeconfiglabelhintrequiredsensitive