case class FormProps(isValid: Boolean, dirty: Boolean, values: Value, errors: Errors, touched: Touches, isValidating: Boolean, isSubmitting: Boolean, submitCount: Int, didMount: Boolean, handlers: FormHandlers, actions: FormActions, initialValue: Value) extends Product with Serializable
Props passed to the child component.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FormProps
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- val actions: FormActions
- val didMount: Boolean
- val dirty: Boolean
- val errors: Errors
- val handlers: FormHandlers
- val initialValue: Value
- val isSubmitting: Boolean
- val isValid: Boolean
- val isValidating: Boolean
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val submitCount: Int
- val touched: Touches
- val values: Value