Skip to main content

Interface: AccountChangeMailValidationProps

AccountChangeMailValidation.AccountChangeMailValidationProps

Indexable

▪ [p: string]: any

Other props

Properties

className

Optional className: string

Overrides or extends the styles applied to the component.

Default

null

Defined in

packages/react-ui/src/components/AccountChangeMailValidation/AccountChangeMailValidation.tsx:36


errorAction

Optional errorAction: ReactNode

Action component to display after error message

Defined in

packages/react-ui/src/components/AccountChangeMailValidation/AccountChangeMailValidation.tsx:76


newEmail

newEmail: string

New email sent by email to the user

Default

null

Defined in

packages/react-ui/src/components/AccountChangeMailValidation/AccountChangeMailValidation.tsx:54


onError

Optional onError: (res: any) => void

Type declaration

▸ (res): void

Callback triggered on error

Parameters
NameType
resany
Returns

void

Default

null

Defined in

packages/react-ui/src/components/AccountChangeMailValidation/AccountChangeMailValidation.tsx:71


onSuccess

Optional onSuccess: (res: any) => void

Type declaration

▸ (res): void

Callback triggered on success

Parameters
NameType
resany
Returns

void

Default

null

Defined in

packages/react-ui/src/components/AccountChangeMailValidation/AccountChangeMailValidation.tsx:60


successAction

Optional successAction: ReactNode

Action component to display after success message

Defined in

packages/react-ui/src/components/AccountChangeMailValidation/AccountChangeMailValidation.tsx:65


userId

userId: number

Id (userId) sent by email to the user

Default

null

Defined in

packages/react-ui/src/components/AccountChangeMailValidation/AccountChangeMailValidation.tsx:48


validationCode

validationCode: string

Validation code sent by email to the user

Default

empty string

Defined in

packages/react-ui/src/components/AccountChangeMailValidation/AccountChangeMailValidation.tsx:42