FieldData

Iterable collection of Fields.

Methods

  • getField

    • getField(fieldId: number): Field

      Get a specificField from the FieldData

      Parameters

      • fieldId: numberthe id of the field.

      Returns Field

      the field.
  • isFieldPresent

    • isFieldPresent(fieldId: number): boolean

      Check if a specific Field is present in the FieldData

      Parameters

      • fieldId: numberthe id of the field.

      Returns boolean

      true if the field is present in the data.
  • [iterator]

    • [iterator](): Iterator<Field, any, undefined>

      A field data object that will iterate through the Fields present in the data.

      Returns Iterator<Field, any, undefined>

Also in this Section