ui.Map.Linker.remove

Removes the specified element from the list.

Returns the removed element or null if the element was not present in the list.

UsageReturns
Linker.remove(el)Object
ArgumentTypeDetails
this: ui.data.activelistui.data.ActiveListThe ui.data.ActiveList instance.
elObjectThe element to remove.