Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace FieldInfo

Contains field schema information.

Enumerations

Properties

Functions

Properties

fieldName

fieldName: string

Field name

fieldType

fieldType: FieldType

Field type -

  • {@code STRING}: A sequence of characters.
  • {@code NUMBER}: Numeric type which can be an integer or floating point.
  • {@code BOOLEAN}: Either true or false.
  • {@code ARRAY}: An ordered collection of values.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: FieldInfo): object

getJsonObj