Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InjectedProps

Hierarchy

Index

Properties

amount

amount: number

apiErrors

apiErrors: string[]

Optional focused

focused: keyof FormType

handleBlur

handleBlur: function

Type declaration

    • (ev: FocusEvent<HTMLInputElement>): FocusEvent<HTMLInputElement>
    • Parameters

      • ev: FocusEvent<HTMLInputElement>

      Returns FocusEvent<HTMLInputElement>

handleChange

handleChange: function

Type declaration

    • (field: keyof FormType, ev: ChangeEvent<HTMLInputElement>): ChangeEvent<HTMLInputElement>
    • Parameters

      • field: keyof FormType
      • ev: ChangeEvent<HTMLInputElement>

      Returns ChangeEvent<HTMLInputElement>

handleFocus

handleFocus: function

Type declaration

    • (field: keyof FormType, ev: FocusEvent<HTMLInputElement>): FocusEvent<HTMLInputElement>
    • Parameters

      • field: keyof FormType
      • ev: FocusEvent<HTMLInputElement>

      Returns FocusEvent<HTMLInputElement>

handleSubmit

handleSubmit: function

Type declaration

    • (): void
    • Returns void

validationErrors

validationErrors: object

Type declaration

values

values: FormType

Generated using TypeDoc