Docs (4.0.0)
class ManagedList method

remove

Removes the specified object from the list.

remove(target: T): this

Notes

  • If the object isn’t included in the list, this method simply does nothing.

Parameters

  • target — The object to remove

Related