remove()
Removes the specified object from the list.
remove(item: T): this;
Notes
- If the object isn’t included in the list, this method simply does nothing.
Parameters
- item — The object to remove
Related
class ObservableList
A data structure that contains an ordered set of observable objects.
