removeAt method

void removeAt(
  1. num idx
)

Removes an GraphObject from this Panel's list of elements at the specified index. @param {number} idx

Implementation

void removeAt(_i2.num idx) {
  _i4.callMethod(
    this,
    'removeAt',
    [idx],
  );
}