Dictionary
Stores information about a dictionary.
Methods
getFieldInfo(field: string | number): FieldInfo
Get information for related to a given field.
information for that field
getFieldName(fieldId: number): string
Returns string
the field name, or the id converted to a string if not found.
Properties
A map from field id to field info
A map from field name to field info
Also in this Section