Back to Node Auth0

Interface FormFieldDate

docs/interfaces/management.Management.FormFieldDate.html

5.9.11.2 KB
Original Source

Interface FormFieldDate

interface FormFieldDate {
id: string;
category: "FIELD";
type: "DATE";
config: FormFieldDateConfig;
label?: string;
hint?: string;
required?: boolean;
sensitive?: boolean;
}

Index

Properties

idcategorytypeconfiglabel?hint?required?sensitive?

Properties

id

id: string

category

category: "FIELD"

type

type: "DATE"

config

config: FormFieldDateConfig

Optionallabel

label?: string

Optionalhint

hint?: string

Optionalrequired

required?: boolean

Optionalsensitive

sensitive?: boolean

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idcategorytypeconfiglabelhintrequiredsensitive