List Instance Variables

  • parentElement

    The instance of DataElement that contains this list.

  • name

    The name of the list.

  • position

    The integer index (0-based) of the "current" element.

  • header

    The JavaScript object representing the list header. This is rarely accessed.

  • elements

    A JavaScript array containing the current list of elements (instances of DataElement).