Type Parameters

  • T extends Record<string, never> = any

Hierarchy

  • FormYupConfiguration

Properties

Properties

formId: string

Registered form id for this form configuration.

yupSchema: default<T, AnyObject, TypeOfShape<T>, AssertsShape<T> | Extract<TypeOfShape<T>, null>>

List of yup ObjectSchema instances holding property configuration for each property defined in the class that form id was mapped to.

Generated using TypeDoc