removeAt method

removeAt(index)

Removes a field at the specified index from this collection and from the document.

removeAt(index: number)
ParameterTypeDescription
indexnumberAn index into the collection.

See Also