Legacy-Modell mit statischen Eigenschaften für ein Formularfeld. Siehe auch LegacyFormField.

deprecated

Legacy, will be replaced with a better model.

Hierarchy

  • LegacyFormFieldMeta

Index

Properties

dynamic

dynamic: boolean

Whether the form element is repeated.

Optional dyncont

dyncont: string

Available only if the element is repeated. Name of the container which is repeated, may be form element itself, e.g. fs1.

name

name: string

Name of the form element, e.g. tf1.

Optional repetitionIds

repetitionIds: number[]

Available only if the element is repeated. List of repetition IDs, may not start at 0 and may not be consecutive, e.g. [2, 5].

size

size: number

Number of repetitions, or 1 if this field is not repeated