Interface FormFieldConfig<T>

Type Parameters

  • T = any

Hierarchy

Properties

caption: string
coerce: Coerce<T>
description: string
formatter: Formatter<T, string>
info: any
initInput: any
initValue: T
parser: Parser<T, string>
parserErrorText: string
type: "field"
validator: Validator<T>

Generated using TypeDoc