Field

Field

Geml entity field class.

Constructor

new Field(name, info)

Source:
Parameters:
Name Type Description
name string
info object

Members

displayName :string

The default name of the field

Source:
Type:
  • string

info :object

Original type information.

Source:
Type:
  • object

Methods

clone() → {Field}

Clone the field

Source:
Returns:
Type:
Field

Linking the

Source:

toJSON() → {object}

Translate the field into a plain JSON object

Source:
Returns:
Type:
object