Interface FormListingConfig<T>

Type Parameters

  • T extends unknown[] = any

Hierarchy

Properties

caption: string
coerce: Coerce<T>
description: string
info: any
initValue: T
type: "listing"
validator: Validator<T>

Generated using TypeDoc