IObservableCollection.pop - Andrei15193/react-model-view-viewmodel GitHub Wiki

Removes the last element from the collection and returns it. If the collection is empty, undefined is returned.

pop(): undefined | TItem

Source reference: src/collections/observableCollections/IObservableCollection.ts:28.

Returns: undefined | TItem

The last element in the collection that was removed.

See also

⚠️ **GitHub.com Fallback** ⚠️