Home > rc-js-util > IDirtyCheckedUniqueCollection
Provides a unique array with O(1) add & remove, with dirty checking on getArray
.
Signature:
export interface IDirtyCheckedUniqueCollection<TItem> extends ISetLike<TItem>
Extends: ISetLike
Property | Modifiers | Type | Description |
---|---|---|---|
isDirty | boolean |
Method | Description |
---|---|
getArray() | |
getSet() | |
reportingAdd(item) |