This represents each form field in the metaform schema

Hierarchy

Properties

fields?: IField[]

A list of children fields

form: IMeta
meta: IMeta

This property contains meta information (field details ) about the field

name: string

The name of the field

prop?: null | string

This property is used for grouping the field while submitting the form. Use null if field has no parent key while submitting the form

section: string
sync: (() => void)

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc