Interface FormFieldInit<T>

Type Parameters

  • T = any

Hierarchy

Properties

caption: string
coerce: CoerceInit<T>
description: string
formatter: Formatter<T, string>
info: any
initInput: any
parser: Parser<T, string>
parserErrorText: string
validations: ValidatorInit<T>

Generated using TypeDoc