FieldData
Iterable collection of Fields.
Methods
getField(fieldId: number): Field
Get a specificField from the FieldData
the field.
isFieldPresent(fieldId: number): boolean
Check if a specific Field is present in the FieldData
Returns boolean
true if the field is present in the data.
[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