Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IEmailProps

Describes commmon props for components with e-mail input

Hierarchy

Index

Properties

Optional emailInputProps

emailInputProps: ICrossEditorProps | undefined

Optional props for the e-mail input. Typically used to change the label prop. See {@link ICrossEditorProps}

Optional initialEmail

initialEmail: string | undefined

Optional initial value for the e-mail input

onEmailChanged

onEmailChanged: function

Occurs when the user inputs e-mail

Type declaration

    • (email: string | undefined): void
    • Parameters

      • email: string | undefined

      Returns void