elt method

GraphObject elt(
  1. num idx
)

Returns the GraphObject in this Panel's list of elements at the specified index. @param {number} idx @return {GraphObject}

Implementation

_i3.GraphObject elt(_i2.num idx) => _i4.callMethod(
      this,
      'elt',
      [idx],
    );