Interface FormPart<T>

Type Parameters

  • T = any

Hierarchy

Properties

caption: string
coerce: Coerce<T>
description: string
errors: string[]
info: any
initValue: T
isDirty: boolean
isTouched: boolean
isValid: boolean
showErrors: boolean
validator: Validator<T>
value: T

Generated using TypeDoc