Skip to content

ReadOnlyObservableCollection.pop

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions

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

protected pop(): undefined | TItem

Source reference: src/collections/observableCollections/ReadOnlyObservableCollection.ts:749.

Returns: undefined | TItem

The last element in the collection that was removed.

See also

Clone this wiki locally