base.TypeInfo methods

Table 1. Class methods
Name Description
base.TypeInfo.create(
      field { base-type
            | record-type
            | dynamic-array-type
            | static-array-type
            | dictionary-type
            }
    )
  RETURNS om.DomNode
Create a DomNode with the type information and values of a program variable.
Important: This feature is deprecated, and may be removed in a future version.
base.TypeInfo.describe(
      field { base-type
            | record-type
            | dynamic-array-type
            | static-array-type
            | dictionary-type
            }
    )
Display the type information and values of a program variable.