ReadOnlyObservableSet.delete - Andrei15193/react-model-view-viewmodel GitHub Wiki

Ensures the provided item is not in the set.

protected delete(
  item: TItem
): boolean

Source reference: src/collections/observableSet/ReadOnlyObservableSet.ts:285.

Parameters

  • item: TItem
    The item to remove from the set.

Returns: boolean

Returns true if the provided item was found and removed from the set; otherwise false.

See also

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