Back to Node Auth0

Interface FormFieldCards

docs/interfaces/management.Management.FormFieldCards.html

5.9.11.2 KB
Original Source

Interface FormFieldCards

interface FormFieldCards {
id: string;
category: "FIELD";
type: "CARDS";
config?: FormFieldCardsConfig;
label?: string;
hint?: string;
required?: boolean;
sensitive?: boolean;
}

Index

Properties

idcategorytypeconfig?label?hint?required?sensitive?

Properties

id

id: string

category

category: "FIELD"

type

type: "CARDS"

Optionalconfig

config?: FormFieldCardsConfig

Optionallabel

label?: string

Optionalhint

hint?: string

Optionalrequired

required?: boolean

Optionalsensitive

sensitive?: boolean

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idcategorytypeconfiglabelhintrequiredsensitive