base.TypeInfo methods

Table 1. Class methods
Name Description
base.TypeInfo.create(
      field { primitive-type
            | record-type
            | 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, its use is discouraged although not prohibited.
base.TypeInfo.describe(
      field { primitive-type
            | record-type
            | array-type
            | dictionary-type
            }
    )
Display the type information and values of a program variable.